Skip to content

Commit fb15cb4

Browse files
authored
Merge pull request #1 from sumup-oss/extract-vault-client
Extract Vault client to github.com/sumup-oss/go-pkgs and Use latest `1.1.x` release of Vault for tests
2 parents ad0a57c + 931acbf commit fb15cb4

File tree

11 files changed

+146
-903
lines changed

11 files changed

+146
-903
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ Change line format:
5353

5454
## Unreleased (master)
5555

56+
### Added
57+
58+
* Testing against Vault `1.1.1` ; Ref: https://github.com/sumup-oss/terraform-provider-vaulted/pull/1
59+
60+
### Changed
61+
62+
* Updated to Vault (API) library to release v1.1.2 (latest) ; Ref: https://github.com/sumup-oss/terraform-provider-vaulted/pull/1
63+
64+
### Removed
65+
66+
* Testing against Vault `1.1.0` ; Ref: https://github.com/sumup-oss/terraform-provider-vaulted/pull/1
67+
5668
## v0.1.0
5769

5870
### Added

go.mod

Lines changed: 11 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -3,105 +3,30 @@ module github.com/sumup-oss/terraform-provider-vaulted
33
go 1.12
44

55
require (
6-
cloud.google.com/go v0.36.0 // indirect
7-
contrib.go.opencensus.io/exporter/ocagent v0.4.6 // indirect
8-
github.com/Azure/azure-sdk-for-go v26.2.0+incompatible // indirect
9-
github.com/Azure/go-autorest v11.5.0+incompatible // indirect
10-
github.com/Microsoft/go-winio v0.4.12 // indirect
11-
github.com/NYTimes/gziphandler v1.1.1 // indirect
12-
github.com/SAP/go-hdb v0.13.2 // indirect
13-
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190304073328-99e6c8e7bb79 // indirect
146
github.com/apparentlymart/go-cidr v1.0.0 // indirect
15-
github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61 // indirect
7+
github.com/armon/go-radix v1.0.0 // indirect
168
github.com/aws/aws-sdk-go v1.17.0 // indirect
179
github.com/blang/semver v3.5.1+incompatible // indirect
18-
github.com/boombuler/barcode v0.0.0-20180809052337-34fff276c74e // indirect
19-
github.com/briankassouf/jose v0.9.1 // indirect
20-
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
21-
github.com/centrify/cloud-golang-sdk v0.0.0-20190214225812-119110094d0f // indirect
22-
github.com/chrismalek/oktasdk-go v0.0.0-20181212195951-3430665dfaa0 // indirect
23-
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect
24-
github.com/coreos/etcd v3.3.12+incompatible // indirect
25-
github.com/coreos/go-oidc v2.0.0+incompatible // indirect
26-
github.com/dancannon/gorethink v4.0.0+incompatible // indirect
27-
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 // indirect
28-
github.com/dimchansky/utfbom v1.1.0 // indirect
29-
github.com/duosecurity/duo_api_golang v0.0.0-20190107154727-539434bf0d45 // indirect
30-
github.com/fullsailor/pkcs7 v0.0.0-20180613152042-8306686428a5 // indirect
31-
github.com/gammazero/deque v0.0.0-20190130191400-2afb3858e9c7 // indirect
32-
github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92 // indirect
33-
github.com/garyburd/redigo v1.6.0 // indirect
34-
github.com/go-errors/errors v1.0.1 // indirect
35-
github.com/go-ldap/ldap v3.0.1+incompatible // indirect
36-
github.com/go-sql-driver/mysql v1.4.1 // indirect
37-
github.com/go-stomp/stomp v2.0.2+incompatible // indirect
38-
github.com/gocql/gocql v0.0.0-20190301043612-f6df8288f9b4 // indirect
39-
github.com/gogo/protobuf v1.2.0 // indirect
40-
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 // indirect
41-
github.com/gorilla/websocket v1.4.0 // indirect
42-
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
43-
github.com/hashicorp/consul v1.4.2 // indirect
44-
github.com/hashicorp/go-gcp-common v0.0.0-20180425173946-763e39302965 // indirect
10+
github.com/golang/protobuf v1.3.1 // indirect
4511
github.com/hashicorp/go-getter v1.1.0 // indirect
46-
github.com/hashicorp/go-hclog v0.7.0 // indirect
47-
github.com/hashicorp/go-plugin v0.0.0-20190220160451-3f118e8ee104 // indirect
48-
github.com/hashicorp/go-retryablehttp v0.5.2 // indirect
49-
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
12+
github.com/hashicorp/go-hclog v0.8.0 // indirect
13+
github.com/hashicorp/go-plugin v1.0.0 // indirect
5014
github.com/hashicorp/go-uuid v1.0.1 // indirect
5115
github.com/hashicorp/hcl2 v0.0.0-20190226234159-7e26f2f34612 // indirect
5216
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
5317
github.com/hashicorp/logutils v1.0.0 // indirect
54-
github.com/hashicorp/nomad v0.8.7 // indirect
5518
github.com/hashicorp/terraform v0.11.12-beta1.0.20190212191339-ee1f8f9362f3
56-
github.com/hashicorp/vault v1.0.3
57-
github.com/hashicorp/vault-plugin-auth-alicloud v0.0.0-20181109180636-f278a59ca3e8 // indirect
58-
github.com/hashicorp/vault-plugin-auth-azure v0.0.0-20190201222632-0af1d040b5b3 // indirect
59-
github.com/hashicorp/vault-plugin-auth-centrify v0.0.0-20180816201131-66b0a34a58bf // indirect
60-
github.com/hashicorp/vault-plugin-auth-gcp v0.0.0-20190201215414-7d4c2101e7d0 // indirect
61-
github.com/hashicorp/vault-plugin-auth-jwt v0.0.0-20190301004126-6f35dea7f720 // indirect
62-
github.com/hashicorp/vault-plugin-auth-kubernetes v0.0.0-20190201222209-db96aa4ab438 // indirect
63-
github.com/hashicorp/vault-plugin-secrets-ad v0.0.0-20190131222416-4796d9980125 // indirect
64-
github.com/hashicorp/vault-plugin-secrets-alicloud v0.0.0-20190131211812-b0abe36195cb // indirect
65-
github.com/hashicorp/vault-plugin-secrets-azure v0.0.0-20181207232500-0087bdef705a // indirect
66-
github.com/hashicorp/vault-plugin-secrets-gcp v0.0.0-20180921173200-d6445459e80c // indirect
67-
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.0.0-20190116164938-d6b25b0b4a39 // indirect
68-
github.com/hashicorp/vault-plugin-secrets-kv v0.0.0-20190227052836-76a82948fe5b // indirect
69-
github.com/influxdata/influxdb v1.7.4 // indirect
70-
github.com/influxdata/platform v0.0.0-20190117200541-d500d3cf5589 // indirect
71-
github.com/jeffchao/backoff v0.0.0-20140404060208-9d7fd7aa17f2 // indirect
72-
github.com/jefferai/jsonx v1.0.0 // indirect
73-
github.com/json-iterator/go v1.1.5 // indirect
19+
github.com/hashicorp/vault v1.1.2
20+
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
7421
github.com/magefile/mage v1.8.0
75-
github.com/mattbaird/elastigo v0.0.0-20170123220020-2fe47fd29e4b // indirect
7622
github.com/mattn/go-colorable v0.1.0 // indirect
77-
github.com/michaelklishin/rabbit-hole v1.5.0 // indirect
78-
github.com/mitchellh/cli v1.0.0 // indirect
79-
github.com/mitchellh/go-homedir v1.1.0 // indirect
80-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
23+
github.com/mitchellh/copystructure v1.0.0 // indirect
8124
github.com/mitchellh/hashstructure v1.0.0 // indirect
82-
github.com/mitchellh/pointerstructure v0.0.0-20170205204203-f2329fcfa9e2 // indirect
83-
github.com/ory-am/common v0.4.0 // indirect
84-
github.com/ory/dockertest v3.3.4+incompatible // indirect
85-
github.com/pborman/uuid v1.2.0 // indirect
86-
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
87-
github.com/pquerna/otp v0.0.0-20180813144649-be78767b3e39 // indirect
88-
github.com/ryanuber/go-glob v1.0.0 // indirect
89-
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec // indirect
90-
github.com/streadway/amqp v0.0.0-20190225234609-30f8ed68076e // indirect
9125
github.com/stretchr/testify v1.3.0
92-
github.com/sumup-oss/go-pkgs v0.0.0-20190329174334-444f547bff5a
26+
github.com/sumup-oss/go-pkgs v0.0.0-20190419223812-daaca1c34e71
9327
github.com/sumup-oss/vaulted v0.1.0
94-
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
9528
github.com/zclconf/go-cty v0.0.0-20190212192503-19dda139b164 // indirect
96-
golang.org/x/crypto v0.0.0-20190222235706-ffb98f73852f // indirect
97-
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 // indirect
98-
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
99-
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
100-
gopkg.in/gorethink/gorethink.v4 v4.1.0 // indirect
101-
gopkg.in/ory-am/dockertest.v2 v2.2.3 // indirect
102-
gopkg.in/square/go-jose.v2 v2.3.0 // indirect
103-
k8s.io/api v0.0.0-20190301173355-16f65c82b8fa // indirect
104-
k8s.io/apimachinery v0.0.0-20190409092423-760d1845f48b // indirect
105-
k8s.io/klog v0.1.0 // indirect
106-
layeh.com/radius v0.0.0-20190118135028-0f678f039617 // indirect
29+
google.golang.org/appengine v1.4.0 // indirect
30+
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
31+
google.golang.org/grpc v1.20.0 // indirect
10732
)

0 commit comments

Comments
 (0)