-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
23 lines (21 loc) · 906 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
module github.com/stratum/testvectors-runner
go 1.12
require (
github.com/golang/protobuf v1.4.0
github.com/google/gopacket v1.1.17
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/openconfig/gnmi v0.0.0-20190716195134-52dcbf240490
github.com/openconfig/goyang v0.0.0-20190408185115-e8b0ed2cbb0c // indirect
github.com/openconfig/ygot v0.6.0
github.com/p4lang/p4runtime v1.1.1-0.20200430195407-64b55baee21c
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stratum/testvectors v0.0.0-20200612181437-5c321f9a8bd5
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
google.golang.org/grpc v1.28.1
gotest.tools v2.2.0+incompatible
)