-
Notifications
You must be signed in to change notification settings - Fork 196
/
go.mod
28 lines (25 loc) · 903 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/openconfig/gnmi
go 1.22.0
require (
bitbucket.org/creachadair/stringset v0.0.14
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.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/mitchellh/go-wordwrap v1.0.1 // 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
)