-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from balajisundaravel/master
Project import generated by Copybara
- Loading branch information
Showing
31 changed files
with
1,283 additions
and
4,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,28 @@ | ||
module github.com/openconfig/gnmi | ||
|
||
go 1.21 | ||
|
||
toolchain go1.22.5 | ||
go 1.22.0 | ||
|
||
require ( | ||
bitbucket.org/creachadair/stringset v0.0.14 | ||
github.com/cenkalti/backoff/v4 v4.1.1 | ||
github.com/golang/glog v1.2.1 | ||
github.com/cenkalti/backoff/v4 v4.3.0 | ||
github.com/golang/glog v1.2.2 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/kylelemons/godebug v1.1.0 | ||
github.com/openconfig/grpctunnel v0.0.0-20220819142823-6f5422b8ca70 | ||
github.com/openconfig/ygot v0.6.0 | ||
github.com/protocolbuffers/txtpbfmt v0.0.0-20220608084003-fc78c767cd6a | ||
golang.org/x/crypto v0.26.0 | ||
golang.org/x/net v0.28.0 | ||
google.golang.org/grpc v1.66.0 | ||
google.golang.org/protobuf v1.34.2 | ||
github.com/openconfig/grpctunnel v0.1.0 | ||
github.com/openconfig/ygot v0.29.20 | ||
github.com/protocolbuffers/txtpbfmt v0.0.0-20240823084532-8e6b51fa9bef | ||
golang.org/x/crypto v0.28.0 | ||
golang.org/x/net v0.30.0 | ||
google.golang.org/grpc v1.67.1 | ||
google.golang.org/protobuf v1.35.1 | ||
) | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/openconfig/goyang v0.0.0-20200115183954-d0a48929f0ea // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/term v0.23.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect | ||
github.com/openconfig/goyang v1.6.0 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/term v0.25.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect | ||
) |
Oops, something went wrong.