-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
36 lines (33 loc) · 1.35 KB
/
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
29
30
31
32
33
34
35
36
module github.com/open-traffic-generator/conformance
go 1.23
require (
github.com/dreadl0ck/gopcap v0.0.0-20190327214342-be2a4d78505f
github.com/open-traffic-generator/snappi/gosnappi v1.17.0
github.com/openconfig/gnmi v0.9.1
github.com/openconfig/goyang v1.2.0
github.com/openconfig/ygnmi v0.7.7
github.com/openconfig/ygot v0.25.6
golang.org/x/crypto v0.27.0
google.golang.org/grpc v1.68.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/0intro/pcap v0.0.0-20220629123124-63f0e9c4c221 // indirect
github.com/Masterminds/semver/v3 v3.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/golang/glog v1.2.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/miekg/pcap v1.0.1 // indirect
github.com/openconfig/gocloser v0.0.0-20220310182203-c6c950ed3b0b // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
go.universe.tf/netboot v0.0.0-20210617221821-fc2840fa7b05 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/protobuf v1.35.2 // indirect
)