-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (27 loc) · 977 Bytes
/
go.mod
File metadata and controls
31 lines (27 loc) · 977 Bytes
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
29
30
31
module github.com/openconfig/gnmi
go 1.25.0
toolchain go1.26.1
require (
bitbucket.org/creachadair/stringset v0.0.14
github.com/cenkalti/backoff/v4 v4.3.0
github.com/golang/glog v1.2.5
github.com/google/go-cmp v0.7.0
github.com/kylelemons/godebug v1.1.0
github.com/openconfig/grpctunnel v0.1.0
github.com/openconfig/ygot v0.34.0
github.com/protocolbuffers/txtpbfmt v0.0.0-20260217160748-a481f6a22f94
golang.org/x/crypto v0.49.0
golang.org/x/net v0.52.0
google.golang.org/grpc v1.79.3
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1
google.golang.org/protobuf v1.36.11
)
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-20250218142911-aa4b98e5adaa // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.41.0 // indirect
golang.org/x/text v0.35.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
)