Skip to content

Commit 9ff66c4

Browse files
authored
Revert the 0.12 SDK (#3158)
We aren't ready to release a `0.12` SDK based build because of these issues: • hashicorp/terraform#20505hashicorp/terraform#20507hashicorp/terraform#20506hashicorp/terraform#20504
1 parent 190601f commit 9ff66c4

File tree

679 files changed

+21319
-68265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

679 files changed

+21319
-68265
lines changed

go.mod

+28-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,48 @@
11
module github.com/terraform-providers/terraform-provider-google
22

33
require (
4-
cloud.google.com/go v0.36.0
4+
cloud.google.com/go v0.34.0
55
github.com/apparentlymart/go-cidr v1.0.0
6+
github.com/aws/aws-sdk-go v1.16.24 // indirect
7+
github.com/blang/semver v3.5.1+incompatible // indirect
68
github.com/davecgh/go-spew v1.1.1
79
github.com/dustinkirkland/golang-petname v0.0.0-20170921220637-d3c2ba80e75e // indirect
810
github.com/gammazero/deque v0.0.0-20180920172122-f6adf94963e4 // indirect
911
github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92
12+
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
13+
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
14+
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
1015
github.com/hashicorp/errwrap v1.0.0
1116
github.com/hashicorp/go-cleanhttp v0.5.0
17+
github.com/hashicorp/go-getter v1.0.1 // indirect
18+
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect
1219
github.com/hashicorp/go-multierror v1.0.0
20+
github.com/hashicorp/go-plugin v0.0.0-20181212150838-f444068e8f5a // indirect
21+
github.com/hashicorp/go-uuid v1.0.0 // indirect
1322
github.com/hashicorp/go-version v1.1.0
1423
github.com/hashicorp/hcl v1.0.0 // indirect
15-
github.com/hashicorp/terraform v0.12.0-alpha4.0.20190226230829-c2f653cf1a35
24+
github.com/hashicorp/hcl2 v0.0.0-20181215005721-253da47fd604 // indirect
25+
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 // indirect
26+
github.com/hashicorp/logutils v1.0.0 // indirect
27+
github.com/hashicorp/terraform v0.11.9-0.20180926212128-35d82b055591
1628
github.com/hashicorp/vault v1.0.1 // indirect
1729
github.com/keybase/go-crypto v0.0.0-20181127160227-255a5089e85a // indirect
30+
github.com/mitchellh/cli v1.0.0 // indirect
31+
github.com/mitchellh/copystructure v1.0.0 // indirect
1832
github.com/mitchellh/hashstructure v1.0.0
33+
github.com/mitchellh/mapstructure v1.1.2 // indirect
1934
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
2035
github.com/stoewer/go-strcase v1.0.2
36+
github.com/stretchr/testify v1.3.0 // indirect
2137
github.com/terraform-providers/terraform-provider-random v2.0.0+incompatible
22-
golang.org/x/oauth2 v0.0.0-20190220154721-9b3c75971fc9
23-
google.golang.org/api v0.1.0
38+
github.com/zclconf/go-cty v0.0.0-20181218225846-4fe1e489ee06 // indirect
39+
go.opencensus.io v0.18.0 // indirect
40+
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
41+
golang.org/x/net v0.0.0-20190119204137-ed066c81e75e // indirect
42+
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890
43+
golang.org/x/sys v0.0.0-20190123074212-c6b37f3e9285 // indirect
44+
google.golang.org/api v0.0.0-20181217000635-41dc4b66e69d
45+
google.golang.org/appengine v1.3.0 // indirect
46+
google.golang.org/genproto v0.0.0-20181218023534-67d6565462c5 // indirect
47+
google.golang.org/grpc v1.17.0 // indirect
2448
)

go.sum

+27-242
Large diffs are not rendered by default.

vendor/cloud.google.com/go/bigtable/admin.go

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/bigtable/bigtable.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/bigtable/internal/gax/call_option.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/bigtable/internal/gax/invoke.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/compute/metadata/metadata.go

+6-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/iam.go

+1-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/longrunning/autogen/doc.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/longrunning/autogen/operations_client.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/longrunning/longrunning.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/agext/levenshtein/.gitignore

-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)