File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require (
3333 github.com/spf13/cobra v1.9.1
3434 github.com/spf13/pflag v1.0.7
3535 github.com/spf13/viper v1.20.1
36- github.com/stretchr/testify v1.10 .0
36+ github.com/stretchr/testify v1.11 .0
3737 go.uber.org/zap v1.27.0
3838 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
3939 golang.org/x/sys v0.35.0
@@ -127,6 +127,7 @@ require (
127127 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5 v5.2.0
128128 github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
129129 github.com/cilium/cilium v1.15.16
130+ github.com/cilium/ebpf v0.16.0
130131 github.com/jsternberg/zap-logfmt v1.3.0
131132 golang.org/x/sync v0.16.0
132133 gotest.tools/v3 v3.5.2
@@ -145,7 +146,6 @@ require (
145146 github.com/blang/semver/v4 v4.0.0 // indirect
146147 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
147148 github.com/checkpoint-restore/go-criu/v6 v6.3.0 // indirect
148- github.com/cilium/ebpf v0.16.0 // indirect
149149 github.com/cilium/proxy v0.0.0-20231202123106-38b645b854f3 // indirect
150150 github.com/container-storage-interface/spec v1.8.0 // indirect
151151 github.com/containerd/cgroups v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -478,8 +478,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
478478github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
479479github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
480480github.com/stretchr/testify v1.8.3 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
481- github.com/stretchr/testify v1.10 .0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
482- github.com/stretchr/testify v1.10 .0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
481+ github.com/stretchr/testify v1.11 .0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8 =
482+ github.com/stretchr/testify v1.11 .0 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
483483github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 =
484484github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
485485github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI =
You can’t perform that action at this time.
0 commit comments