1
0
Fork 0

third_party/go: bump go-netbox

Change-Id: If88259dc10529b45d108c61f1ebfa097844b5bc6
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1154
Reviewed-by: q3k <q3k@hackerspace.pl>
master
q3k 2021-10-07 18:44:35 +00:00 committed by q3k
parent ea3d34354c
commit c429b5385a
1 changed files with 6 additions and 6 deletions

View File

@ -82,9 +82,9 @@ def go_repositories():
)
go_repository(
name = "com_github_digitalocean_go_netbox",
commit = "29433ec527e78486ea0a5758817ab672d977f90e",
importpath = "github.com/digitalocean/go-netbox",
name = "com_github_netbox_community_go_netbox",
commit = "514a84df2fa71cfff8364421c7e9fafffab08cc9",
importpath = "github.com/netbox-community/go-netbox",
build_naming_convention = "go_default_library",
)
@ -122,21 +122,21 @@ def go_repositories():
name = "com_github_go_openapi_errors",
importpath = "github.com/go-openapi/errors",
build_naming_convention = "go_default_library",
tag = "v0.19.2",
tag = "v0.19.7",
)
go_repository(
name = "com_github_go_openapi_runtime",
importpath = "github.com/go-openapi/runtime",
build_naming_convention = "go_default_library",
tag = "v0.19.0",
tag = "v0.19.21",
)
go_repository(
name = "com_github_go_openapi_validate",
importpath = "github.com/go-openapi/validate",
build_naming_convention = "go_default_library",
tag = "v0.19.2",
tag = "v0.20.2",
)
go_repository(