2019-04-13 07:44:06 +00:00
|
|
|
module github.com/hashicorp/vault
|
|
|
|
|
2021-10-21 13:32:03 +00:00
|
|
|
go 1.17
|
2019-04-13 07:44:06 +00:00
|
|
|
|
2019-04-13 07:46:13 +00:00
|
|
|
replace github.com/hashicorp/vault/api => ./api
|
|
|
|
|
2021-10-26 23:48:48 +00:00
|
|
|
replace github.com/hashicorp/vault/api/auth/approle => ./api/auth/approle
|
|
|
|
|
|
|
|
replace github.com/hashicorp/vault/api/auth/userpass => ./api/auth/userpass
|
|
|
|
|
2019-04-13 07:46:13 +00:00
|
|
|
replace github.com/hashicorp/vault/sdk => ./sdk
|
|
|
|
|
2021-09-29 18:28:13 +00:00
|
|
|
replace go.etcd.io/etcd/client/pkg/v3 v3.5.0 => go.etcd.io/etcd/client/pkg/v3 v3.0.0-20210928084031-3df272774672
|
|
|
|
|
2019-04-13 07:44:06 +00:00
|
|
|
require (
|
2021-11-01 21:18:21 +00:00
|
|
|
cloud.google.com/go v0.65.0
|
2020-05-14 22:45:10 +00:00
|
|
|
cloud.google.com/go/spanner v1.5.1
|
2021-11-01 21:18:21 +00:00
|
|
|
cloud.google.com/go/storage v1.10.0
|
|
|
|
github.com/Azure/azure-storage-blob-go v0.14.0
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.24
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.18
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
|
|
github.com/SAP/go-hdb v0.14.1
|
2020-05-29 18:21:23 +00:00
|
|
|
github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a
|
2021-11-29 19:09:12 +00:00
|
|
|
github.com/aerospike/aerospike-client-go/v5 v5.6.0
|
2021-02-18 20:40:18 +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
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/armon/go-metrics v0.3.10
|
2021-04-02 14:15:37 +00:00
|
|
|
github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/armon/go-radix v1.0.0
|
2021-10-22 22:02:41 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
2021-03-01 22:35:40 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.37.19
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/cenkalti/backoff/v3 v3.2.2
|
2019-04-13 07:44:06 +00:00
|
|
|
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
|
2021-09-29 18:28:13 +00:00
|
|
|
github.com/coreos/go-semver v0.3.0
|
2021-05-04 19:47:16 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
2022-02-08 16:45:55 +00:00
|
|
|
github.com/denisenkom/go-mssqldb v0.12.0
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/docker/docker v20.10.10+incompatible
|
2020-09-15 14:01:26 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
|
2021-08-02 17:06:04 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2021-10-04 21:21:38 +00:00
|
|
|
github.com/fatih/color v1.13.0
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/fatih/structs v1.1.0
|
2021-09-30 18:25:09 +00:00
|
|
|
github.com/favadi/protoc-go-inject-tag v1.3.0
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/go-errors/errors v1.4.1
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.1
|
2020-05-14 22:45:10 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-10-22 22:02:41 +00:00
|
|
|
github.com/go-test/deep v1.0.8
|
2021-04-16 21:52:35 +00:00
|
|
|
github.com/gocql/gocql v0.0.0-20210401103645-80ab1e13e309
|
2022-02-22 20:12:15 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
2021-08-23 19:49:09 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2020-10-13 23:38:21 +00:00
|
|
|
github.com/google/go-metrics-stackdriver v0.2.0
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/hashicorp/cap v0.1.1
|
2021-10-16 00:22:19 +00:00
|
|
|
github.com/hashicorp/consul-template v0.27.2-0.20211014231529-4ff55381f1c4
|
2022-02-09 21:44:00 +00:00
|
|
|
github.com/hashicorp/consul/api v1.12.0
|
2021-01-29 20:30:16 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0
|
2021-03-05 02:32:51 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
2021-08-24 16:07:16 +00:00
|
|
|
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192
|
2021-07-09 20:36:52 +00:00
|
|
|
github.com/hashicorp/go-gcp-common v0.7.0
|
2022-01-24 14:50:23 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.1.0
|
2021-10-27 16:07:18 +00:00
|
|
|
github.com/hashicorp/go-kms-wrapping v0.6.8
|
2021-10-11 17:06:41 +00:00
|
|
|
github.com/hashicorp/go-memdb v1.3.2
|
2022-01-19 15:32:19 +00:00
|
|
|
github.com/hashicorp/go-msgpack v1.1.5
|
2021-06-07 23:02:57 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2022-02-17 20:09:36 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.4.3
|
2019-10-14 15:25:07 +00:00
|
|
|
github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a
|
2021-10-22 20:34:22 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0
|
2020-01-15 10:03:38 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2
|
2021-09-29 21:45:35 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/awsutil v0.1.5
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2
|
2021-07-16 00:17:31 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/gatedwriter v0.1.1
|
|
|
|
github.com/hashicorp/go-secure-stdlib/kv-builder v0.1.1
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2
|
2022-02-17 20:36:56 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.3
|
2021-07-16 00:17:31 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/password v0.1.1
|
|
|
|
github.com/hashicorp/go-secure-stdlib/reloadutil v0.1.1
|
2022-02-17 20:36:56 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
|
2021-07-16 00:17:31 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.1
|
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
|
2022-02-17 20:09:36 +00:00
|
|
|
github.com/hashicorp/go-version v1.4.0
|
2021-01-29 20:30:16 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-06-17 18:09:37 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.1-vault-3
|
2021-10-11 17:06:41 +00:00
|
|
|
github.com/hashicorp/nomad/api v0.0.0-20211006193434-215bf04bc650
|
2022-01-24 14:50:23 +00:00
|
|
|
github.com/hashicorp/raft v1.3.3
|
2021-04-27 19:54:26 +00:00
|
|
|
github.com/hashicorp/raft-autopilot v0.1.3
|
2021-04-26 23:01:26 +00:00
|
|
|
github.com/hashicorp/raft-boltdb/v2 v2.0.0-20210421194847-a7e34179d62c
|
2020-10-16 18:57:11 +00:00
|
|
|
github.com/hashicorp/raft-snapshot v1.0.3
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/hashicorp/vault-plugin-auth-alicloud v0.10.0
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/hashicorp/vault-plugin-auth-azure v0.9.4
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/hashicorp/vault-plugin-auth-centrify v0.10.0
|
|
|
|
github.com/hashicorp/vault-plugin-auth-cf v0.10.0
|
2021-12-16 20:46:34 +00:00
|
|
|
github.com/hashicorp/vault-plugin-auth-gcp v0.11.3
|
2021-12-22 00:48:53 +00:00
|
|
|
github.com/hashicorp/vault-plugin-auth-jwt v0.11.4
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/hashicorp/vault-plugin-auth-kerberos v0.5.0
|
2022-02-22 16:25:44 +00:00
|
|
|
github.com/hashicorp/vault-plugin-auth-kubernetes v0.7.1-0.20220218193136-20f85c165dd8
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/hashicorp/vault-plugin-auth-oci v0.9.0
|
|
|
|
github.com/hashicorp/vault-plugin-database-couchbase v0.5.1
|
|
|
|
github.com/hashicorp/vault-plugin-database-elasticsearch v0.9.1
|
|
|
|
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.5.1
|
|
|
|
github.com/hashicorp/vault-plugin-database-snowflake v0.3.1
|
2020-09-03 15:27:05 +00:00
|
|
|
github.com/hashicorp/vault-plugin-mock v0.16.1
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-ad v0.11.1
|
|
|
|
github.com/hashicorp/vault-plugin-secrets-alicloud v0.10.2
|
2022-02-17 20:09:36 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-azure v0.11.4
|
2022-02-09 17:57:53 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-gcp v0.11.2
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.10.0
|
2022-02-18 16:54:36 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-kv v0.11.0
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.5.1
|
2022-02-19 00:40:30 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-openldap v0.6.1
|
2021-10-22 20:34:22 +00:00
|
|
|
github.com/hashicorp/vault-plugin-secrets-terraform v0.3.0
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/hashicorp/vault-testing-stepwise v0.1.2
|
2021-12-23 17:45:30 +00:00
|
|
|
github.com/hashicorp/vault/api v1.3.1
|
2021-12-01 18:02:40 +00:00
|
|
|
github.com/hashicorp/vault/api/auth/approle v0.1.0
|
|
|
|
github.com/hashicorp/vault/api/auth/userpass v0.1.0
|
2022-01-12 17:05:27 +00:00
|
|
|
github.com/hashicorp/vault/sdk v0.3.1-0.20220112143259-b48602fdb885
|
2022-01-25 18:30:24 +00:00
|
|
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/jcmturner/gokrb5/v8 v8.4.2
|
2020-10-13 23:38:21 +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
|
2021-09-29 21:45:35 +00:00
|
|
|
github.com/kr/pretty v0.3.0
|
2020-06-29 22:36:22 +00:00
|
|
|
github.com/kr/text v0.2.0
|
2021-10-01 21:35:51 +00:00
|
|
|
github.com/lib/pq v1.10.3
|
2022-01-24 14:50:23 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.12
|
2019-10-15 22:39:19 +00:00
|
|
|
github.com/mholt/archiver v3.1.1+incompatible
|
2021-10-20 16:46:37 +00:00
|
|
|
github.com/michaelklishin/rabbit-hole/v2 v2.11.0
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
|
2021-06-17 18:09:37 +00:00
|
|
|
github.com/mitchellh/cli v1.1.2
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-02-18 20:40:18 +00:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.0
|
2021-06-07 16:29:36 +00:00
|
|
|
github.com/mitchellh/go-wordwrap v1.0.0
|
2021-02-18 20:40:18 +00:00
|
|
|
github.com/mitchellh/gox v1.0.1
|
2022-02-17 20:36:56 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.3
|
2021-10-11 17:06:41 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2
|
2020-05-29 18:21:23 +00:00
|
|
|
github.com/mongodb/go-client-mongodb-atlas v0.1.2
|
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
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/oklog/run v1.1.0
|
2022-01-06 14:42:51 +00:00
|
|
|
github.com/okta/okta-sdk-golang/v2 v2.9.1
|
2021-10-04 21:21:38 +00:00
|
|
|
github.com/oracle/oci-go-sdk v13.1.0+incompatible
|
2020-12-10 15:09:21 +00:00
|
|
|
github.com/ory/dockertest v3.3.5+incompatible
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/ory/dockertest/v3 v3.8.0
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-05-14 22:45:10 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-01-29 20:30:16 +00:00
|
|
|
github.com/posener/complete v1.2.3
|
2019-10-17 17:33:00 +00:00
|
|
|
github.com/pquerna/otp v1.2.1-0.20191009055518-468c2dd2b58d
|
2021-09-29 18:28:13 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
|
|
|
github.com/prometheus/common v0.26.0
|
2020-06-29 22:36:22 +00:00
|
|
|
github.com/rboyer/safeio v0.2.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
|
2020-10-15 21:15:58 +00:00
|
|
|
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
|
2020-03-10 20:01:20 +00:00
|
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
2021-09-16 13:13:46 +00:00
|
|
|
github.com/sethvargo/go-limiter v0.7.1
|
2021-06-01 23:48:45 +00:00
|
|
|
github.com/shirou/gopsutil v3.21.5+incompatible
|
2021-04-29 18:32:41 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-11-01 21:18:21 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2021-09-29 18:28:13 +00:00
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.0
|
|
|
|
go.etcd.io/etcd/client/v2 v2.305.0
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.0
|
2021-10-15 19:47:33 +00:00
|
|
|
go.mongodb.org/mongo-driver v1.7.3
|
2021-04-29 18:32:41 +00:00
|
|
|
go.opentelemetry.io/otel v0.20.0
|
|
|
|
go.opentelemetry.io/otel/sdk v0.20.0
|
|
|
|
go.opentelemetry.io/otel/trace v0.20.0
|
2021-09-29 18:28:13 +00:00
|
|
|
go.uber.org/atomic v1.9.0
|
|
|
|
go.uber.org/goleak v1.1.11-0.20210813005559-691160354723
|
2022-02-18 14:42:48 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220208050332-20e1d8d225ab
|
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
|
|
golang.org/x/sys v0.0.0-20220207234003-57398862261d
|
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
2021-09-29 18:28:13 +00:00
|
|
|
golang.org/x/tools v0.1.5
|
2021-11-01 21:18:21 +00:00
|
|
|
google.golang.org/api v0.30.0
|
2022-02-18 14:42:48 +00:00
|
|
|
google.golang.org/grpc v1.44.0
|
2021-09-30 18:25:09 +00:00
|
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
2021-08-23 19:49:09 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
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
|
2021-11-01 21:18:21 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
2021-10-21 13:32:03 +00:00
|
|
|
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b
|
2019-04-13 07:44:06 +00:00
|
|
|
layeh.com/radius v0.0.0-20190322222518-890bc1058917
|
2021-04-08 16:43:39 +00:00
|
|
|
mvdan.cc/gofumpt v0.1.1
|
2019-04-13 07:44:06 +00:00
|
|
|
)
|
2021-10-21 13:32:03 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
|
|
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v61.4.0+incompatible // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
2021-10-22 22:02:41 +00:00
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
|
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
|
|
github.com/DataDog/datadog-go v3.2.0+incompatible // indirect
|
|
|
|
github.com/Jeffail/gabs v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.9.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
|
|
github.com/apache/arrow/go/arrow v0.0.0-20210818145353-234c94e4ce64 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2 v1.8.0 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.3.2 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.4.0 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.2.2 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.2.2 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.5.2 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.12.0 // indirect
|
|
|
|
github.com/aws/smithy-go v1.7.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/bgentry/speakeasy v0.1.0 // indirect
|
|
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
|
|
github.com/briankassouf/jose v0.9.2-0.20180619214549-d2569464773f // indirect
|
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/centrify/cloud-golang-sdk v0.0.0-20210923165758-a8c48d049166 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
|
|
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
|
|
|
|
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/cloudfoundry-community/go-cfclient v0.0.0-20210823134051-721f0e559306 // indirect
|
|
|
|
github.com/containerd/cgroups v1.0.1 // indirect
|
|
|
|
github.com/containerd/containerd v1.5.7 // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/containerd/continuity v0.2.1 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible // indirect
|
|
|
|
github.com/coreos/go-oidc/v3 v3.0.0 // indirect
|
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/couchbase/gocb/v2 v2.3.3 // indirect
|
|
|
|
github.com/couchbase/gocbcore/v10 v10.0.4 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/digitalocean/godo v1.7.5 // indirect
|
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/docker/cli v20.10.9+incompatible // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
|
|
|
|
github.com/gabriel-vasile/mimetype v1.3.1 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/gammazero/deque v0.0.0-20190130191400-2afb3858e9c7 // indirect
|
|
|
|
github.com/gammazero/workerpool v0.0.0-20190406235159-88d534f22b56 // indirect
|
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.1 // indirect
|
|
|
|
github.com/go-ldap/ldif v0.0.0-20200320164324-fd88d9b715b3 // indirect
|
2021-10-22 22:02:41 +00:00
|
|
|
github.com/go-logr/logr v0.4.0 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
|
2022-02-08 16:45:55 +00:00
|
|
|
github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188 // indirect
|
2021-11-16 20:07:03 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2021-10-22 20:34:22 +00:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/google/flatbuffers v2.0.0+incompatible // indirect
|
2021-10-22 20:34:22 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
|
2021-10-22 22:02:41 +00:00
|
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/gophercloud/gophercloud v0.1.0 // indirect
|
2021-10-22 22:02:41 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
|
|
|
github.com/hashicorp/cronexpr v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
|
|
github.com/hashicorp/go-kms-wrapping/entropy v0.1.0 // indirect
|
2021-10-22 20:34:22 +00:00
|
|
|
github.com/hashicorp/go-slug v0.7.0 // indirect
|
|
|
|
github.com/hashicorp/go-tfe v0.20.0 // indirect
|
|
|
|
github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
2022-02-09 21:44:00 +00:00
|
|
|
github.com/hashicorp/mdns v1.0.4 // indirect
|
|
|
|
github.com/hashicorp/serf v0.9.6 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 // indirect
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
github.com/jackc/pgx v3.3.0+incompatible // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/jcmturner/gofork v1.0.0 // indirect
|
|
|
|
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/jeffchao/backoff v0.0.0-20140404060208-9d7fd7aa17f2 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2021-11-16 20:07:03 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/jstemmer/go-junit-report v0.9.1 // indirect
|
|
|
|
github.com/kelseyhightower/envconfig v1.4.0 // indirect
|
|
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
|
|
github.com/linode/linodego v0.7.1 // indirect
|
|
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
2022-02-09 21:44:00 +00:00
|
|
|
github.com/miekg/dns v1.1.41 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/mitchellh/hashstructure v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/iochan v1.0.0 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/mitchellh/pointerstructure v1.2.0 // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
|
|
github.com/moby/sys/mountinfo v0.4.1 // indirect
|
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-11-16 20:07:03 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/mongodb-forks/digest v1.0.3 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/mwielbut/pointy v1.1.0 // indirect
|
|
|
|
github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/nwaples/rardecode v1.1.2 // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/opencontainers/runc v1.0.2 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/openlyinc/pointy v1.1.2 // indirect
|
|
|
|
github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c // indirect
|
|
|
|
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.8 // indirect
|
|
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-02-18 14:42:48 +00:00
|
|
|
github.com/pquerna/cachecontrol v0.1.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
|
|
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/snowflakedb/gosnowflake v1.6.3 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
|
|
github.com/tencentcloud/tencentcloud-sdk-go v1.0.162 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.3.0 // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
|
|
github.com/vmware/govmomi v0.18.0 // indirect
|
|
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
|
|
github.com/xdg-go/scram v1.0.2 // indirect
|
|
|
|
github.com/xdg-go/stringprep v1.0.2 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
2021-10-27 14:01:34 +00:00
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
|
|
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
go.mongodb.org/atlas v0.13.0 // indirect
|
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
go.opentelemetry.io/otel/metric v0.20.0 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
2021-11-16 20:07:03 +00:00
|
|
|
go.uber.org/zap v1.19.1 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
|
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-02-18 14:42:48 +00:00
|
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-02-18 14:42:48 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20220207185906-7721543eae58 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2021-11-01 21:18:21 +00:00
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
|
|
|
|
gopkg.in/resty.v1 v1.12.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2021-11-16 20:07:03 +00:00
|
|
|
k8s.io/api v0.22.2 // indirect
|
2021-10-22 22:02:41 +00:00
|
|
|
k8s.io/apimachinery v0.22.2 // indirect
|
2021-11-16 20:07:03 +00:00
|
|
|
k8s.io/client-go v0.22.2 // indirect
|
2021-10-22 22:02:41 +00:00
|
|
|
k8s.io/klog/v2 v2.9.0 // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
|
2021-10-21 13:32:03 +00:00
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
|
|
)
|