fix: upgrade x/net to v0.38.0 (resolves Dependabot XSS alert)
This commit is contained in:
parent
e9b5fa1f0b
commit
19f5c89053
1 changed files with 3 additions and 0 deletions
3
go.mod
3
go.mod
|
|
@ -15,3 +15,6 @@ require (
|
||||||
go.uber.org/atomic v1.11.0 // indirect
|
go.uber.org/atomic v1.11.0 // indirect
|
||||||
golang.org/x/net v0.33.0 // indirect
|
golang.org/x/net v0.33.0 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
|
replace golang.org/x/net => golang.org/x/net v0.38.0
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue