Skip to content

Commit

Permalink
Merge pull request #1 from sumup-oss/extract-vault-client
Browse files Browse the repository at this point in the history
Extract Vault client to github.com/sumup-oss/go-pkgs and Use latest `1.1.x` release of Vault for tests
  • Loading branch information
syndbg authored Apr 19, 2019
2 parents ad0a57c + 931acbf commit fb15cb4
Show file tree
Hide file tree
Showing 11 changed files with 146 additions and 903 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ Change line format:

## Unreleased (master)

### Added

* Testing against Vault `1.1.1` ; Ref: https://github.com/sumup-oss/terraform-provider-vaulted/pull/1

### Changed

* Updated to Vault (API) library to release v1.1.2 (latest) ; Ref: https://github.com/sumup-oss/terraform-provider-vaulted/pull/1

### Removed

* Testing against Vault `1.1.0` ; Ref: https://github.com/sumup-oss/terraform-provider-vaulted/pull/1

## v0.1.0

### Added
Expand Down
97 changes: 11 additions & 86 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,105 +3,30 @@ module github.com/sumup-oss/terraform-provider-vaulted
go 1.12

require (
cloud.google.com/go v0.36.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.4.6 // indirect
github.com/Azure/azure-sdk-for-go v26.2.0+incompatible // indirect
github.com/Azure/go-autorest v11.5.0+incompatible // indirect
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/SAP/go-hdb v0.13.2 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190304073328-99e6c8e7bb79 // indirect
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61 // 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/boombuler/barcode v0.0.0-20180809052337-34fff276c74e // indirect
github.com/briankassouf/jose v0.9.1 // indirect
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/centrify/cloud-golang-sdk v0.0.0-20190214225812-119110094d0f // indirect
github.com/chrismalek/oktasdk-go v0.0.0-20181212195951-3430665dfaa0 // indirect
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect
github.com/coreos/etcd v3.3.12+incompatible // indirect
github.com/coreos/go-oidc v2.0.0+incompatible // indirect
github.com/dancannon/gorethink v4.0.0+incompatible // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 // indirect
github.com/dimchansky/utfbom v1.1.0 // indirect
github.com/duosecurity/duo_api_golang v0.0.0-20190107154727-539434bf0d45 // indirect
github.com/fullsailor/pkcs7 v0.0.0-20180613152042-8306686428a5 // indirect
github.com/gammazero/deque v0.0.0-20190130191400-2afb3858e9c7 // indirect
github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/go-errors/errors v1.0.1 // indirect
github.com/go-ldap/ldap v3.0.1+incompatible // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/go-stomp/stomp v2.0.2+incompatible // indirect
github.com/gocql/gocql v0.0.0-20190301043612-f6df8288f9b4 // indirect
github.com/gogo/protobuf v1.2.0 // indirect
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/hashicorp/consul v1.4.2 // indirect
github.com/hashicorp/go-gcp-common v0.0.0-20180425173946-763e39302965 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/hashicorp/go-getter v1.1.0 // indirect
github.com/hashicorp/go-hclog v0.7.0 // indirect
github.com/hashicorp/go-plugin v0.0.0-20190220160451-3f118e8ee104 // indirect
github.com/hashicorp/go-retryablehttp v0.5.2 // indirect
github.com/hashicorp/go-rootcerts v1.0.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/nomad v0.8.7 // indirect
github.com/hashicorp/terraform v0.11.12-beta1.0.20190212191339-ee1f8f9362f3
github.com/hashicorp/vault v1.0.3
github.com/hashicorp/vault-plugin-auth-alicloud v0.0.0-20181109180636-f278a59ca3e8 // indirect
github.com/hashicorp/vault-plugin-auth-azure v0.0.0-20190201222632-0af1d040b5b3 // indirect
github.com/hashicorp/vault-plugin-auth-centrify v0.0.0-20180816201131-66b0a34a58bf // indirect
github.com/hashicorp/vault-plugin-auth-gcp v0.0.0-20190201215414-7d4c2101e7d0 // indirect
github.com/hashicorp/vault-plugin-auth-jwt v0.0.0-20190301004126-6f35dea7f720 // indirect
github.com/hashicorp/vault-plugin-auth-kubernetes v0.0.0-20190201222209-db96aa4ab438 // indirect
github.com/hashicorp/vault-plugin-secrets-ad v0.0.0-20190131222416-4796d9980125 // indirect
github.com/hashicorp/vault-plugin-secrets-alicloud v0.0.0-20190131211812-b0abe36195cb // indirect
github.com/hashicorp/vault-plugin-secrets-azure v0.0.0-20181207232500-0087bdef705a // indirect
github.com/hashicorp/vault-plugin-secrets-gcp v0.0.0-20180921173200-d6445459e80c // indirect
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.0.0-20190116164938-d6b25b0b4a39 // indirect
github.com/hashicorp/vault-plugin-secrets-kv v0.0.0-20190227052836-76a82948fe5b // indirect
github.com/influxdata/influxdb v1.7.4 // indirect
github.com/influxdata/platform v0.0.0-20190117200541-d500d3cf5589 // indirect
github.com/jeffchao/backoff v0.0.0-20140404060208-9d7fd7aa17f2 // indirect
github.com/jefferai/jsonx v1.0.0 // indirect
github.com/json-iterator/go v1.1.5 // indirect
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/mattbaird/elastigo v0.0.0-20170123220020-2fe47fd29e4b // indirect
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/michaelklishin/rabbit-hole v1.5.0 // indirect
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/pointerstructure v0.0.0-20170205204203-f2329fcfa9e2 // indirect
github.com/ory-am/common v0.4.0 // indirect
github.com/ory/dockertest v3.3.4+incompatible // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/pquerna/otp v0.0.0-20180813144649-be78767b3e39 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec // indirect
github.com/streadway/amqp v0.0.0-20190225234609-30f8ed68076e // indirect
github.com/stretchr/testify v1.3.0
github.com/sumup-oss/go-pkgs v0.0.0-20190329174334-444f547bff5a
github.com/sumup-oss/go-pkgs v0.0.0-20190419223812-daaca1c34e71
github.com/sumup-oss/vaulted v0.1.0
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/zclconf/go-cty v0.0.0-20190212192503-19dda139b164 // indirect
golang.org/x/crypto v0.0.0-20190222235706-ffb98f73852f // indirect
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 // indirect
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/gorethink/gorethink.v4 v4.1.0 // indirect
gopkg.in/ory-am/dockertest.v2 v2.2.3 // indirect
gopkg.in/square/go-jose.v2 v2.3.0 // indirect
k8s.io/api v0.0.0-20190301173355-16f65c82b8fa // indirect
k8s.io/apimachinery v0.0.0-20190409092423-760d1845f48b // indirect
k8s.io/klog v0.1.0 // indirect
layeh.com/radius v0.0.0-20190118135028-0f678f039617 // 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 fb15cb4

Please sign in to comment.