Skip to content

Commit

Permalink
Merge pull request #137 from openconfig/hines
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
marcushines committed Apr 22, 2024
2 parents e17a397 87dcdbb commit d7c92b2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 64 deletions.
16 changes: 6 additions & 10 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -148,25 148,21 @@ def go_dependencies():
],
build_file_generation = "on",
importpath = "github.com/openconfig/gnmi",
sum = "h1:tv9HygDMXnoGyWuLmNCodMV2 PK6 uT/ndAxDVzsUUQ=",
version = "v0.0.0-20220617175856-41246b1b3507",
sum = "h1:kQEZ/9ek3Vp2Y5IVuV2L/ba8/77TgjdXg505QXvYmg8=",
version = "v0.10.0",
)
go_repository(
name = "com_github_openconfig_gnoi",
build_directives = [
"gazelle:proto_import_prefix github.com/openconfig/gnoi",
],
build_file_generation = "on",
importpath = "github.com/openconfig/gnoi",
sum = "h1:f16l9DWXmpWcBG 76o5kv3A98SU9YdGu/zp2IvUnZoM=",
version = "v0.0.0-20220809151450-6bddacd72ef8",
sum = "h1:jbYXRMNmmvA8ZFv2FBLrYoxA1MFSui4tEui 8LAWyVc=",
version = "v0.4.0",
)

go_repository(
name = "com_github_openconfig_gnsi",
importpath = "github.com/openconfig/gnsi",
sum = "h1:P6MjCnLZuINIivGLbp4No1HarZt7456wuJRNbSQyGu0=",
version = "v1.2.5",
sum = "h1:V6jxHwBGqu0xUvVNFIeY27kAZ/VOEuETehz6ugCgo s=",
version = "v1.4.3",
)

go_repository(
Expand Down
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 8,10 @@ require (
github.com/google/go-cmp v0.5.9
github.com/h-fam/errdiff v1.0.2
github.com/insomniacslk/dhcp v0.0.0-20230908212754-65c27093e38a
github.com/openconfig/gnmi v0.0.0-20220617175856-41246b1b3507
github.com/openconfig/gnsi v1.2.5
github.com/openconfig/gnmi v0.10.0
github.com/openconfig/gnsi v1.4.3
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
google.golang.org/grpc v1.56.3
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.33.0
)

Expand All @@ -28,7 28,7 @@ require (
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/openconfig/gnoi v0.0.0-20220809151450-6bddacd72ef8 // indirect
github.com/openconfig/gnoi v0.4.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 // indirect
Expand All @@ -40,12 40,12 @@ require (
github.com/spf13/viper v1.16.0 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit d7c92b2

Please sign in to comment.