Skip to content

Commit

Permalink
feat: add managedinstancegroups
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley committed Jun 21, 2022
1 parent f118173 commit babb12a
Show file tree
Hide file tree
Showing 5 changed files with 1,094 additions and 56 deletions.
13 changes: 2 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@ module github.com/GoogleCloudPlatform/k8s-cloud-provider
go 1.13

require (
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
google.golang.org/api v0.60.0
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb
google.golang.org/api v0.85.0
k8s.io/klog/v2 v2.0.0
)

replace (
cloud.google.com/go => cloud.google.com/go v0.51.0
golang.org/x/net => golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
golang.org/x/sys => golang.org/x/sys v0.0.0-20200116001909-b77594299b42
google.golang.org/api => google.golang.org/api v0.60.0
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af
)
Loading

0 comments on commit babb12a

Please sign in to comment.