fix: replace x/net v0.52.0 (requires go 1.25) with v0.33.0 (go 1.21)
Use replace directive to force Go to use v0.33.0 instead of the transitively-pulled v0.52.0, which requires Go 1.25.
This commit is contained in:
parent
31cd754c48
commit
c28171b00c
2 changed files with 4 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -14,4 +14,6 @@ require (
|
|||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
go.uber.org/atomic v1.11.0 // indirect
|
||||
golang.org/x/net v0.52.0 // indirect
|
||||
|
||||
replace golang.org/x/net v0.52.0 => golang.org/x/net v0.33.0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue