2019-04-13 07:44:06 +00:00
|
|
|
module github.com/hashicorp/vault
|
|
|
|
|
2019-12-18 21:36:50 +00:00
|
|
|
go 1.13
|
2019-04-13 07:44:06 +00:00
|
|
|
|
2019-04-13 07:46:13 +00:00
|
|
|
replace github.com/hashicorp/vault/api => ./api
|
|
|
|
|
|
|
|
replace github.com/hashicorp/vault/sdk => ./sdk
|
|
|
|
|
2019-04-13 07:44:06 +00:00
|
|
|
require (
|
2020-05-14 22:45:10 +00:00
|
|
|
cloud.google.com/go v0.56.0
|
|
|
|
cloud.google.com/go/spanner v1.5.1
|
|
|
|
cloud.google.com/go/storage v1.6.0
|
2020-01-11 01:39:52 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v36.2.0+incompatible
|
2020-05-14 22:45:10 +00:00
|
|
|
github.com/Azure/go-autorest/autorest v0.10.1
|
2020-01-24 08:32:47 +00:00
|
|
|
github.com/DataDog/zstd v1.4.4 // indirect
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
|
|
github.com/SAP/go-hdb v0.14.1
|
2019-11-01 17:12:22 +00:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
2019-06-21 03:27:37 +00:00
|
|
|
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190620160927-9418d7b0cd0f
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5
|
|
|
|
github.com/apple/foundationdb/bindings/go v0.0.0-20190411004307-cd5c9d91fad2
|
2020-03-09 13:54:55 +00:00
|
|
|
github.com/armon/go-metrics v0.3.3
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/armon/go-proxyproto v0.0.0-20190211145416-68259f75880e
|
|
|
|
github.com/armon/go-radix v1.0.0
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf
|
2020-05-14 22:45:10 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.30.27
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
|
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
|
|
github.com/chrismalek/oktasdk-go v0.0.0-20181212195951-3430665dfaa0
|
2020-05-14 17:45:12 +00:00
|
|
|
github.com/client9/misspell v0.3.4
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/cockroachdb/cockroach-go v0.0.0-20181001143604-e0a95dfd547c
|
|
|
|
github.com/coreos/go-semver v0.2.0
|
2020-05-21 23:07:18 +00:00
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/dnaeon/go-vcr v1.0.1 // indirect
|
2019-10-15 22:39:19 +00:00
|
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
|
2020-05-14 17:45:12 +00:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1-0.20200509193318-234c15e7648f
|
2020-05-20 17:03:33 +00:00
|
|
|
github.com/fatih/color v1.9.0
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/fatih/structs v1.1.0
|
|
|
|
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
|
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
|
|
|
github.com/go-errors/errors v1.0.1
|
2020-05-11 16:28:01 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.1.10
|
2019-11-01 17:12:22 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
2020-05-14 22:45:10 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2019-07-22 16:02:48 +00:00
|
|
|
github.com/go-test/deep v1.0.2
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/gocql/gocql v0.0.0-20190402132108-0e1d5de854df
|
2020-05-19 22:19:06 +00:00
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
2020-05-14 22:45:10 +00:00
|
|
|
github.com/golang/protobuf v1.4.1
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2020-03-13 06:58:45 +00:00
|
|
|
github.com/google/go-metrics-stackdriver v0.2.0
|
2020-05-20 17:03:33 +00:00
|
|
|
github.com/hashicorp/consul-template v0.25.0
|
|
|
|
github.com/hashicorp/consul/api v1.4.0
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/hashicorp/errwrap v1.0.0
|
2020-05-14 17:45:12 +00:00
|
|
|
github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
2020-02-18 17:55:05 +00:00
|
|
|
github.com/hashicorp/go-gcp-common v0.6.0
|
2020-05-14 22:45:10 +00:00
|
|
|
github.com/hashicorp/go-hclog v0.13.0
|
2020-05-22 14:48:50 +00:00
|
|
|
github.com/hashicorp/go-kms-wrapping v0.5.10
|
2019-06-21 03:27:37 +00:00
|
|
|
github.com/hashicorp/go-memdb v1.0.2
|
2019-06-20 19:14:58 +00:00
|
|
|
github.com/hashicorp/go-msgpack v0.5.5
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.0.0
|
2019-10-14 15:25:07 +00:00
|
|
|
github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a
|
2020-02-14 19:13:28 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.2
|
2020-01-15 10:03:38 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
|
|
|
github.com/hashicorp/go-syslog v1.0.0
|
2020-01-11 01:45:24 +00:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
2019-09-04 23:46:00 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.3
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2020-01-15 10:03:38 +00:00
|
|
|
github.com/hashicorp/nomad/api v0.0.0-20191220223628-edc62acd919d
|
2019-10-14 15:25:07 +00:00
|
|
|
github.com/hashicorp/raft v1.1.2-0.20191002163536-9c6bd3e3eb17
|
2019-09-06 17:34:36 +00:00
|
|
|
github.com/hashicorp/raft-snapshot v1.0.2-0.20190827162939-8117efcc5aab
|
2020-04-17 18:50:19 +00:00
|
|
|
github.com/hashicorp/vault-plugin-auth-alicloud v0.5.5
|
|
|
|
github.com/hashicorp/vault-plugin-auth-azure v0.5.5
|
|
|
|
github.com/hashicorp/vault-plugin-auth-centrify v0.5.5
|
|
|
|
github.com/hashicorp/vault-plugin-auth-cf v0.5.4
|
|
|
|
github.com/hashicorp/vault-plugin-auth-gcp v0.6.1
|
|
|
|
github.com/hashicorp/vault-plugin-auth-jwt v0.6.2
|
|
|
|
github.com/hashicorp/vault-plugin-auth-kerberos v0.1.5
|
|
|
|
github.com/hashicorp/vault-plugin-auth-kubernetes v0.6.1
|
|
|
|
github.com/hashicorp/vault-plugin-auth-oci v0.5.4
|
|
|
|
github.com/hashicorp/vault-plugin-database-elasticsearch v0.5.4
|
|
|
|
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.1.1
|
2020-05-20 19:47:37 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-ad v0.6.4-beta1.0.20200518124111-3dceeb3ce90e
|
2020-04-17 18:50:19 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-alicloud v0.5.5
|
|
|
|
github.com/hashicorp/vault-plugin-secrets-azure v0.5.6
|
|
|
|
github.com/hashicorp/vault-plugin-secrets-gcp v0.6.1
|
|
|
|
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.5.5
|
|
|
|
github.com/hashicorp/vault-plugin-secrets-kv v0.5.5
|
|
|
|
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.1.2
|
2020-05-18 20:59:11 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-openldap v0.1.0-beta1.0.20200515114020-e19ec0ccabc3
|
2020-05-19 22:19:06 +00:00
|
|
|
github.com/hashicorp/vault/api v1.0.5-0.20200519221902-385fac77e20f
|
|
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4
|
2020-02-05 22:23:22 +00:00
|
|
|
github.com/jcmturner/gokrb5/v8 v8.0.0
|
2020-02-15 19:58:05 +00:00
|
|
|
github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/jefferai/jsonx v1.0.0
|
2020-04-16 16:57:37 +00:00
|
|
|
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/keybase/go-crypto v0.0.0-20190403132359-d65b6b94177f
|
2020-05-20 17:03:33 +00:00
|
|
|
github.com/kr/pretty v0.2.0
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/kr/text v0.1.0
|
2019-08-14 21:02:01 +00:00
|
|
|
github.com/lib/pq v1.2.0
|
2020-05-21 20:07:50 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.6
|
2019-10-15 22:39:19 +00:00
|
|
|
github.com/mholt/archiver v3.1.1+incompatible
|
2019-10-30 21:19:49 +00:00
|
|
|
github.com/michaelklishin/rabbit-hole v0.0.0-20191008194146-93d9988f0cd5
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/mitchellh/cli v1.0.0
|
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
2020-05-14 17:45:12 +00:00
|
|
|
github.com/mitchellh/gox v1.0.1
|
2020-05-27 18:28:00 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.2.2
|
2019-09-03 20:08:50 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.1
|
2020-04-27 23:55:13 +00:00
|
|
|
github.com/natefinch/atomic v0.0.0-20150920032501-a62ce929ffcc
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/ncw/swift v1.0.47
|
2019-10-15 22:39:19 +00:00
|
|
|
github.com/nwaples/rardecode v1.0.0 // indirect
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/oklog/run v1.0.0
|
2020-02-03 17:51:10 +00:00
|
|
|
github.com/okta/okta-sdk-golang v1.0.1
|
2020-01-11 01:39:52 +00:00
|
|
|
github.com/oracle/oci-go-sdk v12.5.0+incompatible
|
2019-12-11 19:18:37 +00:00
|
|
|
github.com/ory/dockertest v3.3.5+incompatible
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-03-10 20:01:20 +00:00
|
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
2020-05-14 22:45:10 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/posener/complete v1.2.1
|
2019-10-17 17:33:00 +00:00
|
|
|
github.com/pquerna/otp v1.2.1-0.20191009055518-468c2dd2b58d
|
2020-02-07 14:05:14 +00:00
|
|
|
github.com/prometheus/client_golang v1.4.0
|
|
|
|
github.com/prometheus/common v0.9.1
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/ryanuber/columnize v2.1.0+incompatible
|
|
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
|
|
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
|
2020-03-10 20:01:20 +00:00
|
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
2019-11-01 17:12:22 +00:00
|
|
|
github.com/shirou/gopsutil v2.19.9+incompatible
|
|
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
2020-05-14 22:45:10 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-01-24 08:32:47 +00:00
|
|
|
github.com/tidwall/pretty v1.0.0 // indirect
|
|
|
|
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
|
|
|
|
github.com/xdg/stringprep v1.0.0 // indirect
|
2019-10-15 22:39:19 +00:00
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
2020-05-14 22:45:10 +00:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
|
|
|
go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547
|
2020-01-24 08:32:47 +00:00
|
|
|
go.mongodb.org/mongo-driver v1.2.1
|
2020-05-14 22:45:10 +00:00
|
|
|
go.uber.org/atomic v1.6.0
|
|
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
|
|
|
golang.org/x/net v0.0.0-20200513185701-a91f0712d120
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
|
|
golang.org/x/tools v0.0.0-20200416214402-fc959738d646
|
|
|
|
google.golang.org/api v0.24.0
|
|
|
|
google.golang.org/grpc v1.28.1
|
|
|
|
google.golang.org/protobuf v1.22.0
|
2019-04-13 07:44:06 +00:00
|
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
|
|
|
|
gopkg.in/ory-am/dockertest.v3 v3.3.4
|
2020-02-18 17:55:05 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1
|
2019-04-13 07:44:06 +00:00
|
|
|
layeh.com/radius v0.0.0-20190322222518-890bc1058917
|
|
|
|
)
|