Skip to content

Commit

Permalink
go.mod: update wrt terminal handling changes, fix #62
Browse files Browse the repository at this point in the history
Introduced by #59, leads to -dirty builds.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
  • Loading branch information
roman-khimov committed Sep 13, 2024
1 parent 068bde9 commit 9e9ccbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/spf13/viper v1.19.0
go.uber.org/zap v1.27.0
golang.org/x/oauth2 v0.22.0
golang.org/x/term v0.21.0
)

require (
Expand Down Expand Up @@ -52,7 +53,6 @@ require (
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
google.golang.org/grpc v1.62.1 // indirect
Expand Down

0 comments on commit 9e9ccbf

Please sign in to comment.