From 7d0e2017cdfa65a8261fbb494d655a27e48e6cad Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Sun, 22 Mar 2026 11:33:29 +0000 Subject: [PATCH] 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 --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 85f1653..f5e61cb 100644 --- a/go.mod +++ b/go.mod @@ -15,5 +15,3 @@ require ( 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