Skip to content

Commit

Permalink
Update Terraform to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed May 22, 2019
1 parent 9ee727a commit 1a9c762
Show file tree
Hide file tree
Showing 1,453 changed files with 248,247 additions and 143,342 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ jobs:
KAFKA_LOG_SEGMENT_BYTES: 1234
steps:
- checkout
- restore_cache:
keys:
- go-mod-v1-{{ checksum "go.sum" }}
- run: go build
- save_cache:
key: go-mod-v1-{{ checksum "go.sum" }}
paths:
- "/go/pkg/mod"
- store_artifacts:
path: /go/src/github.com/Mongey/terraform-provider-kafka/terraform-provider-kafka
destination: terraform-provider-kafka
- run: make test
- run: go get github.com/jstemmer/go-junit-report
- run: mkdir -p $TEST_RESULTS
- run:
Expand Down
6 changes: 2 additions & 4 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
TEST?=$$(go list ./... |grep -v 'vendor')
TEST?=./...
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
default: build

build:
go build .

test:
go test -i $(TEST) || exit 1
echo $(TEST) | \
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
go test ./...

testacc:
KAFKA_BOOTSTRAP_SERVER=localhost:9092 \
Expand Down
59 changes: 4 additions & 55 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,61 +3,10 @@ module github.com/Mongey/terraform-provider-kafka
go 1.12

require (
github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798
github.com/Shopify/sarama v1.22.1-0.20190412022128-c14cccae56fa
github.com/agext/levenshtein v1.2.1
github.com/apparentlymart/go-cidr v1.0.0
github.com/apparentlymart/go-textseg v1.0.0
github.com/armon/go-radix v1.0.0
github.com/aws/aws-sdk-go v1.15.86
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/bgentry/speakeasy v0.1.0
github.com/blang/semver v3.5.1+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/eapache/go-resiliency v1.1.0
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21
github.com/eapache/queue v1.1.0
github.com/fatih/color v1.7.0
github.com/golang/protobuf v1.2.0
github.com/golang/snappy v0.0.1
github.com/google/go-cmp v0.2.0
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.0
github.com/hashicorp/go-getter v0.0.0-20181119194526-bd1edc22f8ea
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-plugin v0.0.0-20181030172320-54b6ff97d818
github.com/hashicorp/go-safetemp v1.0.0
github.com/hashicorp/go-uuid v1.0.0
github.com/hashicorp/go-version v1.0.0
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl2 v0.0.0-20181126233546-67424e43b184
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/terraform v0.11.10
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.4
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/copystructure v1.0.0
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/go-testing-interface v1.0.0
github.com/mitchellh/go-wordwrap v1.0.0
github.com/mitchellh/hashstructure v1.0.0
github.com/mitchellh/mapstructure v1.1.2
github.com/mitchellh/reflectwalk v1.0.0
github.com/oklog/run v1.0.0
github.com/pierrec/lz4 v0.0.0-20190327172049-315a67e90e41
github.com/posener/complete v1.2.1
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
github.com/ulikunitz/xz v0.5.5
github.com/hashicorp/go-uuid v1.0.1
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/terraform v0.12.0
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
github.com/zclconf/go-cty v0.0.0-20181128220528-cb7740552062
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e
golang.org/x/text v0.3.0
google.golang.org/genproto v0.0.0-20181127195345-31ac5d88444a
google.golang.org/grpc v1.16.0
)
329 changes: 291 additions & 38 deletions go.sum

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a9c762

Please sign in to comment.