From 8beaf31fa3ba37de5d5b2dffd5bd167157580131 Mon Sep 17 00:00:00 2001 From: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:25:17 +0000 Subject: [PATCH] chore(deps): Run `make go-vendor` (#1094) --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index bd7689cf2..35936fcf7 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 @@ -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