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:
ashisgreat22 2026-03-22 11:33:29 +00:00
parent a85d8033c7
commit 7d0e2017cd

2
go.mod
View file

@ -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