We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7804c8 commit 7136f65Copy full SHA for 7136f65
1 file changed
go.mod
@@ -3,7 +3,7 @@ module github.com/openconfig/kne
3
go 1.23.0
4
5
require (
6
- cloud.google.com/go/pubsub v1.36.1
+ cloud.google.com/go/pubsub/v2 v2.3.0
7
github.com/aristanetworks/arista-ceoslab-operator/v2 v2.1.2
8
github.com/blang/semver v3.5.1+incompatible
9
github.com/docker/docker v28.1.1+incompatible
@@ -16,7 +16,7 @@ require (
16
github.com/kr/pretty v0.3.1
17
github.com/networkop/meshnet-cni v0.3.1-0.20230525201116-d7c306c635cf
18
github.com/open-traffic-generator/keng-operator v0.3.34
19
- github.com/open-traffic-generator/snappi/gosnappi v0.13.7
+ github.com/open-traffic-generator/snappi/gosnappi v1.42.1
20
github.com/openconfig/gnmi v0.10.0
21
github.com/openconfig/lemming/operator v0.2.0
22
github.com/openconfig/ondatra v0.5.8
0 commit comments