Skip to content

Commit

Permalink
Merge branch 'dev-1st-march' of https://github.com/open-traffic-gener…
Browse files Browse the repository at this point in the history
…ator/ixia-c into dev-1st-march
  • Loading branch information
indraniBh committed Mar 1, 2024
2 parents 39a11f4 + 6098cb7 commit e0020ea
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 15 deletions.
10 changes: 5 additions & 5 deletions deployments/k8s/network-emulation/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ module ipfwd

go 1.20

require github.com/open-traffic-generator/snappi/gosnappi v1.0.1
require github.com/open-traffic-generator/snappi/gosnappi v1.0.2

require (
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/grpc v1.61.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/grpc v1.62.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v2 v2.2.3 // indirect
)
Loading

0 comments on commit e0020ea

Please sign in to comment.