go.mod: clean go.mod (#1553)

This commit is contained in:
wit liu 2025-09-22 20:43:20 +08:00 committed by GitHub
parent 31f5c7da88
commit 79f681688b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -56,6 +56,7 @@ require (
golang.org/x/text v0.29.0
google.golang.org/protobuf v1.31.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
)
require (
@ -87,7 +88,6 @@ require (
golang.org/x/net v0.44.0 // indirect
golang.org/x/term v0.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools v2.2.0+incompatible // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)