Skip to content

Commit 8beaf31

Browse files
chore(deps): Run make go-vendor (#1094)
1 parent 952f2c3 commit 8beaf31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ require (
5353
)
5454

5555
require (
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

0 commit comments

Comments
 (0)