diff --git a/go.mod b/go.mod index f7fb55b4ef..1e8b2c3598 100644 --- a/go.mod +++ b/go.mod @@ -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