Skip to content

Commit ab56885

Browse files
authored
upgrade google api to 0.46 (#3264)
1 parent 8ffca74 commit ab56885

File tree

2 files changed

+38
-93
lines changed

2 files changed

+38
-93
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ require (
2626
github.com/spf13/afero v1.2.2 // indirect
2727
github.com/spf13/pflag v1.0.3 // indirect
2828
github.com/zclconf/go-cty v1.5.1 // indirect
29-
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
30-
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93
31-
google.golang.org/api v0.41.0
32-
google.golang.org/protobuf v1.26.0 // indirect
29+
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
30+
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
31+
google.golang.org/api v0.46.0
3332
gopkg.in/yaml.v2 v2.2.8 // indirect
3433
)
3534

0 commit comments

Comments
 (0)