Skip to content

Commit

Permalink
Vendor upgrades required to upgrade to the provider SDK. (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Sep 26, 2019
1 parent b14e832 commit dc3fc90
Show file tree
Hide file tree
Showing 1,045 changed files with 99,982 additions and 23,326 deletions.
14 changes: 8 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
module github.com/terraform-providers/terraform-provider-google-beta

require (
cloud.google.com/go v0.38.0
github.com/apparentlymart/go-cidr v1.0.0
cloud.google.com/go/bigtable v1.0.0
cloud.google.com/go/pubsub v1.0.1 // indirect
github.com/apparentlymart/go-cidr v1.0.1
github.com/davecgh/go-spew v1.1.1
github.com/dustinkirkland/golang-petname v0.0.0-20170921220637-d3c2ba80e75e // indirect
github.com/gammazero/deque v0.0.0-20180920172122-f6adf94963e4 // indirect
github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-version v1.1.0
github.com/hashicorp/terraform v0.12.7
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/terraform v0.12.9 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.0.0
github.com/keybase/go-crypto v0.0.0-20170628152938-433e2f3d43ef // indirect
github.com/mitchellh/hashstructure v1.0.0
github.com/stoewer/go-strcase v1.0.1
github.com/terraform-providers/terraform-provider-random v0.0.0-20180820145304-a3da7a23d7f9
github.com/terraform-providers/terraform-provider-random v0.0.0-20190925211435-95c131714b03
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/api v0.10.0
)
Expand Down
221 changes: 107 additions & 114 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit dc3fc90

Please sign in to comment.