fix(go.mod): remove unused golang.org/x/net indirect dep
The golang.org/x/net v0.52.0 was listed as an indirect dependency but nothing in the codebase imports it, causing go mod tidy to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
16266e143e
commit
2883ac95e7
2 changed files with 0 additions and 5 deletions
1
go.mod
1
go.mod
|
|
@ -13,5 +13,4 @@ require (
|
|||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue