Skip to content

Commit

Permalink
Bump github.com/openconfig/gnmic from 0.34.2 to 0.35.0
Browse files Browse the repository at this point in the history
Bumps [github.com/openconfig/gnmic](https://github.com/openconfig/gnmic) from 0.34.2 to 0.35.0.
- [Release notes](https://github.com/openconfig/gnmic/releases)
- [Changelog](https://github.com/openconfig/gnmic/blob/main/docs/changelog.md)
- [Commits](openconfig/gnmic@v0.34.2...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/openconfig/gnmic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent bacc159 commit dedb0a9
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 41 deletions.
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ require (
github.com/karimra/srl-ndk-demo v0.1.2
github.com/nokia/srlinux-ndk-go v0.1.1
github.com/openconfig/gnmi v0.10.0
github.com/openconfig/gnmic v0.34.2
github.com/openconfig/gnmic v0.35.0
github.com/openconfig/gnmic/pkg/path v0.1.1
github.com/prometheus/client_golang v1.17.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.5
github.com/vishvananda/netns v0.0.4
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
google.golang.org/grpc v1.60.1
google.golang.org/protobuf v1.32.0
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -35,28 +35,28 @@ require (
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/serf v0.10.1 // indirect
github.com/itchyny/gojq v0.12.13 // indirect
github.com/itchyny/gojq v0.12.14 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/jhump/protoreflect v1.15.3 // indirect
github.com/karimra/go-map-flattener v0.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/miekg/dns v1.1.54 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/openconfig/gnmic/pkg/target v0.1.1 // indirect
github.com/openconfig/gnmic/pkg/types v0.1.1 // indirect
github.com/openconfig/gnmic/pkg/target v0.1.4 // indirect
github.com/openconfig/gnmic/pkg/types v0.1.2 // indirect
github.com/openconfig/gnmic/pkg/utils v0.1.0 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
)
Loading

0 comments on commit dedb0a9

Please sign in to comment.