Skip to content

Commit 69a07e5

Browse files
deps: bump github.com/stretchr/testify from 1.10.0 to 1.11.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72bdaf1 commit 69a07e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
478478
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
479479
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
480480
github.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=
483483
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
484484
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
485485
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=

0 commit comments

Comments
 (0)