forked from openconfig/ondatra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod.orig
37 lines (34 loc) · 1.3 KB
/
go.mod.orig
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
32
33
34
35
36
37
module github.com/openconfig/ondatra
go 1.21
require (
github.com/golang/glog v1.2.0
github.com/hashicorp/golang-lru v0.5.4
github.com/openconfig/attestz v0.2.0
github.com/openconfig/entity-naming v0.0.0-20230912181021-7ac806551a31
github.com/openconfig/gnmi v0.10.0
github.com/openconfig/gnpsi v0.3.2
github.com/openconfig/gnsi v1.2.3
github.com/openconfig/gocloser v0.0.0-20220310182203-c6c950ed3b0b
github.com/openconfig/goyang v1.4.5
github.com/openconfig/gribi v1.0.0
github.com/openconfig/kne v0.1.18
github.com/openconfig/ygnmi v0.11.1
github.com/openconfig/ygot v0.29.18
github.com/p4lang/p4runtime v1.3.0
github.com/patrickmn/go-cache v2.1.0+incompatible
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac
google.golang.org/grpc v1.61.0
google.golang.org/protobuf v1.33.0
)
require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/openconfig/gnoi v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)