File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ require (
5353)
5454
5555require (
56+ github.com/mattn/go-isatty v0.0.14
57+ github.com/spf13/cast v1.5.0
5658 golang.org/x/exp v0.0.0-20221208152030-732eee02a75a
5759 google.golang.org/api v0.102.0
5860 google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
@@ -95,7 +97,6 @@ require (
9597 github.com/kr/pty v1.1.8 // indirect
9698 github.com/magiconair/properties v1.8.6 // indirect
9799 github.com/mattn/go-colorable v0.1.12 // indirect
98- github.com/mattn/go-isatty v0.0.14 // indirect
99100 github.com/mattn/go-runewidth v0.0.9 // indirect
100101 github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
101102 github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
@@ -104,7 +105,6 @@ require (
104105 github.com/pmezard/go-difflib v1.0.0 // indirect
105106 github.com/russross/blackfriday/v2 v2.1.0 // indirect
106107 github.com/spf13/afero v1.8.2 // indirect
107- github.com/spf13/cast v1.5.0 // indirect
108108 github.com/spf13/jwalterweatherman v1.1.0 // indirect
109109 github.com/subosito/gotenv v1.4.1 // indirect
110110 github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
You can’t perform that action at this time.
0 commit comments