forked from openconfig/gribigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 755 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/openconfig/gribigo
go 1.16
require (
github.com/golang/glog v0.0.0-20210429001901-424d2337a529
github.com/google/go-cmp v0.5.7
github.com/google/uuid v1.1.2
github.com/kentik/patricia v1.2.0
github.com/openconfig/gnmi v0.0.0-20210527163611-d3a3e30199da
github.com/openconfig/goyang v1.0.0
github.com/openconfig/gribi v0.1.1-0.20220622162620-08d53dffce45
github.com/openconfig/grpctunnel v0.0.0-20210610163803-fde4a9dc048d // indirect
github.com/openconfig/testt v0.0.0-20220311054427-efbb1a32ec07
github.com/openconfig/ygot v0.20.0
go.uber.org/atomic v1.7.0
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.26.0
lukechampine.com/uint128 v1.1.1
)