Skip to content

Commit

Permalink
chore(deps): Run make go-vendor (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardopirovano committed Jan 3, 2023
1 parent 952f2c3 commit 8beaf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ require (
)

require (
github.com/mattn/go-isatty v0.0.14
github.com/spf13/cast v1.5.0
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a
google.golang.org/api v0.102.0
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
Expand Down Expand Up @@ -95,7 +97,6 @@ require (
github.com/kr/pty v1.1.8 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
Expand All @@ -104,7 +105,6 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
Expand Down

0 comments on commit 8beaf31

Please sign in to comment.