Skip to content

Commit c0f06e2

Browse files
authored
Merge pull request #74 from zeeke/us/CVE-2024-45338
deps: bump `golang.org/x/net`
2 parents 42bf16c + 4df0e40 commit c0f06e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/prometheus/common v0.48.0 // indirect
5858
github.com/prometheus/procfs v0.12.0 // indirect
5959
golang.org/x/mod v0.14.0 // indirect
60-
golang.org/x/net v0.20.0 // indirect
60+
golang.org/x/net v0.41.0 // indirect
6161
golang.org/x/oauth2 v0.16.0 // indirect
6262
golang.org/x/sys v0.16.0 // indirect
6363
golang.org/x/term v0.15.0 // indirect

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ github.com/spf13/pflag
220220
# golang.org/x/mod v0.14.0
221221
## explicit; go 1.18
222222
golang.org/x/mod/semver
223-
# golang.org/x/net v0.20.0 => golang.org/x/net v0.17.0
223+
# golang.org/x/net v0.41.0 => golang.org/x/net v0.17.0
224224
## explicit; go 1.17
225225
golang.org/x/net/context
226226
golang.org/x/net/html

0 commit comments

Comments
 (0)