Skip to content

Commit e33146b

Browse files
committed
feat: use workload identity federation to gain access to google
1 parent f570818 commit e33146b

3 files changed

Lines changed: 237 additions & 50 deletions

File tree

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-lambda-go v1.23.0
88
github.com/aws/aws-sdk-go v1.38.36
99
github.com/fsnotify/fsnotify v1.4.9 // indirect
10-
github.com/golang/mock v1.5.0
10+
github.com/golang/mock v1.6.0
1111
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
1212
github.com/hashicorp/go-retryablehttp v0.7.0
1313
github.com/magiconair/properties v1.8.5 // indirect
@@ -21,9 +21,6 @@ require (
2121
github.com/spf13/jwalterweatherman v1.1.0 // indirect
2222
github.com/spf13/viper v1.7.1
2323
github.com/stretchr/testify v1.7.0
24-
golang.org/x/net v0.0.0-20210508051633-16afe75a6701 // indirect
25-
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
26-
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
27-
google.golang.org/api v0.46.0
24+
google.golang.org/api v0.97.0
2825
gopkg.in/ini.v1 v1.62.0 // indirect
2926
)

0 commit comments

Comments
 (0)