fix: move replace directive outside require block
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 7s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Failing after 32s

This commit is contained in:
Franz Kafka 2026-03-22 02:40:12 +00:00
parent c28171b00c
commit d8b65215d5

2
go.mod
View file

@ -14,6 +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
)