File tree Expand file tree Collapse file tree 2 files changed +899
-41
lines changed
docker-compose/cpdp-b2b/tests Expand file tree Collapse file tree 2 files changed +899
-41
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,17 @@ module github.com/open-traffic-generator/otg-examples/cpdp-b2b/tests
3
3
go 1.19
4
4
5
5
require (
6
- github.com/open-traffic-generator/snappi/gosnappi v0.12.6
7
- google.golang.org/protobuf v1.31.0
6
+ github.com/open-traffic-generator/snappi/gosnappi v1.5.1
7
+ google.golang.org/protobuf v1.34.1
8
8
)
9
9
10
10
require (
11
11
github.com/Masterminds/semver/v3 v3.2.1 // indirect
12
12
github.com/ghodss/yaml v1.0.0 // indirect
13
- github.com/golang/protobuf v1.5.3 // indirect
14
- github.com/kr/text v0.2.0 // indirect
15
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
16
- golang.org/x/net v0.12.0 // indirect
17
- golang.org/x/sys v0.10.0 // indirect
18
- golang.org/x/text v0.11.0 // indirect
19
- google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
20
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
21
- google.golang.org/grpc v1.58.2 // indirect
22
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
13
+ golang.org/x/net v0.22.0 // indirect
14
+ golang.org/x/sys v0.18.0 // indirect
15
+ golang.org/x/text v0.14.0 // indirect
16
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
17
+ google.golang.org/grpc v1.64.0 // indirect
23
18
gopkg.in/yaml.v2 v2.4.0 // indirect
24
19
)
You can’t perform that action at this time.
0 commit comments