fix: move replace directive outside require block
This commit is contained in:
parent
8a4a606dd6
commit
7d3c82214b
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -14,6 +14,6 @@ require (
|
||||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||||
go.uber.org/atomic v1.11.0 // indirect
|
go.uber.org/atomic v1.11.0 // indirect
|
||||||
golang.org/x/net v0.52.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
|
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