Skip to content

Commit 3e56359

Browse files
cilium-renovate[bot]ciliumbot
authored andcommitted
fix(deps): update all go dependencies main
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent ef6412d commit 3e56359

52 files changed

Lines changed: 1915 additions & 554 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ require (
5151
github.com/go-openapi/swag/jsonutils v0.28.0
5252
github.com/go-openapi/swag/netutils v0.28.0
5353
github.com/go-openapi/swag/typeutils v0.28.0
54-
github.com/go-openapi/validate v0.26.1
54+
github.com/go-openapi/validate v0.26.2
5555
github.com/google/cel-go v0.31.0
5656
github.com/google/go-cmp v0.7.0
5757
github.com/google/go-github/v89 v89.0.0
5858
github.com/google/go-licenses/v2 v2.0.1
5959
github.com/google/gops v0.3.28
6060
github.com/google/renameio/v2 v2.0.2
6161
github.com/google/uuid v1.6.0
62-
github.com/gopacket/gopacket v1.7.0
62+
github.com/gopacket/gopacket v1.7.1
6363
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
6464
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
6565
github.com/hashicorp/go-hclog v1.6.3
@@ -101,7 +101,7 @@ require (
101101
github.com/stretchr/testify v1.11.1
102102
github.com/tidwall/gjson v1.19.0
103103
github.com/tidwall/sjson v1.2.5
104-
github.com/vishvananda/netlink v1.3.2-0.20260629151558-4e35dc940f49
104+
github.com/vishvananda/netlink v1.3.2-0.20260803231012-156a440d85e5
105105
github.com/vishvananda/netns v0.0.5
106106
go.etcd.io/etcd/api/v3 v3.7.1
107107
go.etcd.io/etcd/client/pkg/v3 v3.7.1
@@ -206,7 +206,7 @@ require (
206206
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
207207
github.com/go-logr/stdr v1.2.2 // indirect
208208
github.com/go-logr/zapr v1.3.0 // indirect
209-
github.com/go-openapi/analysis v0.25.5 // indirect
209+
github.com/go-openapi/analysis v0.26.0 // indirect
210210
github.com/go-openapi/jsonpointer v1.0.0 // indirect
211211
github.com/go-openapi/jsonreference v1.0.0 // indirect
212212
github.com/go-openapi/runtime/server-middleware v0.30.0 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/analysis/CONTRIBUTORS.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/analysis/analyzer.go

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/validate/CONTRIBUTORS.md

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)