fix: upgrade x/net to v0.38.0 (resolves Dependabot XSS alert)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Failing after 14s

This commit is contained in:
Franz Kafka 2026-03-22 12:18:38 +00:00
parent e9b5fa1f0b
commit 19f5c89053

3
go.mod
View file

@ -15,3 +15,6 @@ require (
go.uber.org/atomic v1.11.0 // indirect go.uber.org/atomic v1.11.0 // indirect
golang.org/x/net v0.33.0 // indirect golang.org/x/net v0.33.0 // indirect
) )
replace golang.org/x/net => golang.org/x/net v0.38.0
)