fix(go.mod): remove stale replace directive
The replace directive for golang.org/x/net was causing build failures when using vendorHash = "" with the Go module proxy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a85d8033c7
commit
7d0e2017cd
1 changed files with 0 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -15,5 +15,3 @@ require (
|
||||||
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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue