Skip to content

Commit f4dbbaf

Browse files
dependabot[bot]joe-bowman
authored andcommitted
chore(deps): bump golang.org/x/net
Bumps the go_modules group with 1 update in the /icq-relayer directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.31.0 to 0.33.0 - [Commits](golang/net@v0.31.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78165a4 commit f4dbbaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

icq-relayer/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ require (
171171
go.uber.org/multierr v1.11.0 // indirect
172172
golang.org/x/crypto v0.31.0 // indirect
173173
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
174-
golang.org/x/net v0.31.0 // indirect
174+
golang.org/x/net v0.33.0 // indirect
175175
golang.org/x/oauth2 v0.23.0 // indirect
176176
golang.org/x/sync v0.10.0 // indirect
177177
golang.org/x/sys v0.28.0 // indirect

icq-relayer/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1173,8 +1173,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
11731173
golang.org/x/net v0.0.0-20220909164309-bea034e7d591/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=
11741174
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=
11751175
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
1176-
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
1177-
golang.org/x/net v0.31.0/go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM=
1176+
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
1177+
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
11781178
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
11791179
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
11801180
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

0 commit comments

Comments
 (0)