Skip to content

Commit 8323be1

Browse files
fix(deps): update all go dependencies main
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent a10ac16 commit 8323be1

File tree

179 files changed

+4200
-2011
lines changed

Some content is hidden

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

179 files changed

+4200
-2011
lines changed

api/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1919
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2020
golang.org/x/net v0.33.0 // indirect
21-
golang.org/x/sys v0.29.0 // indirect
21+
golang.org/x/sys v0.30.0 // indirect
2222
golang.org/x/text v0.21.0 // indirect
2323
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
2424
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect

api/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ go.opentelemetry.io/otel/trace v1.32.0/go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L
4040
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
4141
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
4242
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
43-
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
44-
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
43+
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
44+
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
4545
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
4646
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
4747
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 h1:8ZmaLZE4XWrtU3MyClkYqqtl6Oegr3235h7jxsDyqCY=

api/vendor/golang.org/x/sys/unix/auxv.go

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vendor/golang.org/x/sys/unix/auxv_unsupported.go

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vendor/golang.org/x/sys/unix/syscall_solaris.go

+87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vendor/golang.org/x/sys/unix/zerrors_linux.go

+19-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)