go.mod: tidy go mod file (#1821)

This commit is contained in:
Daniel Liu 2025-12-08 15:25:12 +08:00 committed by GitHub
parent 52f682065a
commit 601d3c101e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -53,6 +53,7 @@ require (
github.com/status-im/keycard-go v0.3.3
github.com/urfave/cli/v2 v2.27.5
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
golang.org/x/term v0.35.0
golang.org/x/text v0.29.0
google.golang.org/protobuf v1.31.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@ -86,7 +87,6 @@ require (
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/term v0.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gotest.tools v2.2.0+incompatible // indirect
rsc.io/tmplfunc v0.0.3 // indirect