Skip to content

Commit

Permalink
Merge pull request #4 from sumup-oss/updating-sdk-to-terraform-12
Browse files Browse the repository at this point in the history
Updating to Terraform SDK 0.12.16
  • Loading branch information
syndbg authored Nov 19, 2019
2 parents d337635 + 6387df7 commit 5199810
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ Change line format:

## Unreleased (master)

## v0.3.0

### Changed

* Updated to Terraform SDK 0.12.16


## v0.2.0

### Added
Expand Down
19 changes: 1 addition & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,13 @@ module github.com/sumup-oss/terraform-provider-vaulted
go 1.12

require (
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.17.0 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/hashicorp/go-getter v1.1.0 // indirect
github.com/hashicorp/go-hclog v0.8.0 // indirect
github.com/hashicorp/go-plugin v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190226234159-7e26f2f34612 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform v0.11.12-beta1.0.20190212191339-ee1f8f9362f3
github.com/hashicorp/terraform v0.12.16
github.com/hashicorp/vault v1.1.2
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/magefile/mage v1.8.0
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/sumup-oss/go-pkgs v0.0.0-20190419223812-daaca1c34e71
github.com/sumup-oss/vaulted v0.1.0
github.com/zclconf/go-cty v0.0.0-20190212192503-19dda139b164 // indirect
google.golang.org/appengine v1.4.0 // indirect
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
google.golang.org/grpc v1.20.0 // indirect
)
Loading

0 comments on commit 5199810

Please sign in to comment.