0cbbea1cbe
* Update containerd/containerd indirect test dep This dependency is pulled in from our testing infra and not in our final Vault version. However, updating this dep pulls in newer versions of other deps (such as protobuf) which are used at runtime. Updated via: $ go get github.com/containerd/containerd@v1.5.13 && go mod tidy Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Update moby/moby direct test dep Since docker/docker has an indirect dep on containerd, I've updated it as well: $ go get github.com/docker/docker@v20.10.17 && go mod tidy Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
395 lines
20 KiB
Modula-2
395 lines
20 KiB
Modula-2
module github.com/hashicorp/vault
|
|
|
|
go 1.17
|
|
|
|
replace github.com/hashicorp/vault/api => ./api
|
|
|
|
replace github.com/hashicorp/vault/api/auth/approle => ./api/auth/approle
|
|
|
|
replace github.com/hashicorp/vault/api/auth/userpass => ./api/auth/userpass
|
|
|
|
replace github.com/hashicorp/vault/sdk => ./sdk
|
|
|
|
replace go.etcd.io/etcd/client/pkg/v3 v3.5.0 => go.etcd.io/etcd/client/pkg/v3 v3.0.0-20210928084031-3df272774672
|
|
|
|
require (
|
|
cloud.google.com/go v0.65.0
|
|
cloud.google.com/go/spanner v1.5.1
|
|
cloud.google.com/go/storage v1.10.0
|
|
github.com/Azure/azure-storage-blob-go v0.14.0
|
|
github.com/Azure/go-autorest/autorest v0.11.24
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.18
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/SAP/go-hdb v0.14.1
|
|
github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a
|
|
github.com/aerospike/aerospike-client-go/v5 v5.6.0
|
|
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190620160927-9418d7b0cd0f
|
|
github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5
|
|
github.com/apple/foundationdb/bindings/go v0.0.0-20190411004307-cd5c9d91fad2
|
|
github.com/armon/go-metrics v0.3.10
|
|
github.com/armon/go-radix v1.0.0
|
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
|
github.com/aws/aws-sdk-go v1.37.19
|
|
github.com/cenkalti/backoff/v3 v3.2.2
|
|
github.com/chrismalek/oktasdk-go v0.0.0-20181212195951-3430665dfaa0
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/cockroachdb/cockroach-go v0.0.0-20181001143604-e0a95dfd547c
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
|
github.com/denisenkom/go-mssqldb v0.12.0
|
|
github.com/docker/docker v20.10.17+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/fatih/color v1.13.0
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/favadi/protoc-go-inject-tag v1.3.0
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
|
github.com/go-errors/errors v1.4.1
|
|
github.com/go-ldap/ldap/v3 v3.4.1
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/go-test/deep v1.0.8
|
|
github.com/gocql/gocql v1.0.0
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-metrics-stackdriver v0.2.0
|
|
github.com/google/tink/go v1.4.0
|
|
github.com/hashicorp/cap v0.2.1-0.20220502204956-9a9f4a9d6e61
|
|
github.com/hashicorp/consul-template v0.29.0
|
|
github.com/hashicorp/consul/api v1.12.0
|
|
github.com/hashicorp/errwrap v1.1.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
|
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192
|
|
github.com/hashicorp/go-gcp-common v0.7.1-0.20220519220342-94aabf4c4c87
|
|
github.com/hashicorp/go-hclog v1.1.0
|
|
github.com/hashicorp/go-kms-wrapping v0.7.0
|
|
github.com/hashicorp/go-memdb v1.3.2
|
|
github.com/hashicorp/go-msgpack v1.1.5
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/go-plugin v1.4.4
|
|
github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a
|
|
github.com/hashicorp/go-retryablehttp v0.7.0
|
|
github.com/hashicorp/go-rootcerts v1.0.2
|
|
github.com/hashicorp/go-secure-stdlib/awsutil v0.1.5
|
|
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2
|
|
github.com/hashicorp/go-secure-stdlib/gatedwriter v0.1.1
|
|
github.com/hashicorp/go-secure-stdlib/kv-builder v0.1.2
|
|
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
|
|
github.com/hashicorp/go-secure-stdlib/password v0.1.1
|
|
github.com/hashicorp/go-secure-stdlib/reloadutil v0.1.1
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
|
|
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.1
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
|
github.com/hashicorp/go-syslog v1.0.0
|
|
github.com/hashicorp/go-uuid v1.0.2
|
|
github.com/hashicorp/go-version v1.4.0
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/hashicorp/hcl v1.0.1-vault-3
|
|
github.com/hashicorp/nomad/api v0.0.0-20220407202126-2eba643965c4
|
|
github.com/hashicorp/raft v1.3.9
|
|
github.com/hashicorp/raft-autopilot v0.1.3
|
|
github.com/hashicorp/raft-boltdb/v2 v2.0.0-20210421194847-a7e34179d62c
|
|
github.com/hashicorp/raft-snapshot v1.0.4
|
|
github.com/hashicorp/vault-plugin-auth-alicloud v0.12.0
|
|
github.com/hashicorp/vault-plugin-auth-azure v0.11.0
|
|
github.com/hashicorp/vault-plugin-auth-centrify v0.12.0
|
|
github.com/hashicorp/vault-plugin-auth-cf v0.12.0
|
|
github.com/hashicorp/vault-plugin-auth-gcp v0.13.0
|
|
github.com/hashicorp/vault-plugin-auth-jwt v0.13.0
|
|
github.com/hashicorp/vault-plugin-auth-kerberos v0.7.0
|
|
github.com/hashicorp/vault-plugin-auth-kubernetes v0.13.0
|
|
github.com/hashicorp/vault-plugin-auth-oci v0.11.0
|
|
github.com/hashicorp/vault-plugin-database-couchbase v0.7.0
|
|
github.com/hashicorp/vault-plugin-database-elasticsearch v0.11.0
|
|
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.7.0
|
|
github.com/hashicorp/vault-plugin-database-snowflake v0.5.1
|
|
github.com/hashicorp/vault-plugin-mock v0.16.1
|
|
github.com/hashicorp/vault-plugin-secrets-ad v0.13.0
|
|
github.com/hashicorp/vault-plugin-secrets-alicloud v0.12.0
|
|
github.com/hashicorp/vault-plugin-secrets-azure v0.13.0
|
|
github.com/hashicorp/vault-plugin-secrets-gcp v0.13.0
|
|
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.12.0
|
|
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.1.1
|
|
github.com/hashicorp/vault-plugin-secrets-kv v0.12.1
|
|
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.7.0
|
|
github.com/hashicorp/vault-plugin-secrets-openldap v0.8.0
|
|
github.com/hashicorp/vault-plugin-secrets-terraform v0.5.0
|
|
github.com/hashicorp/vault-testing-stepwise v0.1.2
|
|
github.com/hashicorp/vault/api v1.7.2
|
|
github.com/hashicorp/vault/api/auth/approle v0.1.0
|
|
github.com/hashicorp/vault/api/auth/userpass v0.1.0
|
|
github.com/hashicorp/vault/sdk v0.5.1
|
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
|
github.com/jackc/pgx/v4 v4.15.0
|
|
github.com/jcmturner/gokrb5/v8 v8.4.2
|
|
github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f
|
|
github.com/jefferai/jsonx v1.0.0
|
|
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f
|
|
github.com/keybase/go-crypto v0.0.0-20190403132359-d65b6b94177f
|
|
github.com/kr/pretty v0.3.0
|
|
github.com/kr/text v0.2.0
|
|
github.com/mattn/go-colorable v0.1.12
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mholt/archiver/v3 v3.5.1
|
|
github.com/michaelklishin/rabbit-hole/v2 v2.12.0
|
|
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
|
|
github.com/mitchellh/cli v1.1.2
|
|
github.com/mitchellh/copystructure v1.2.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mitchellh/go-testing-interface v1.14.1
|
|
github.com/mitchellh/go-wordwrap v1.0.0
|
|
github.com/mitchellh/gox v1.0.1
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/mitchellh/reflectwalk v1.0.2
|
|
github.com/natefinch/atomic v0.0.0-20150920032501-a62ce929ffcc
|
|
github.com/ncw/swift v1.0.47
|
|
github.com/oklog/run v1.1.0
|
|
github.com/okta/okta-sdk-golang/v2 v2.12.1
|
|
github.com/oracle/oci-go-sdk v13.1.0+incompatible
|
|
github.com/ory/dockertest v3.3.5+incompatible
|
|
github.com/ory/dockertest/v3 v3.8.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pires/go-proxyproto v0.6.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/posener/complete v1.2.3
|
|
github.com/pquerna/otp v1.2.1-0.20191009055518-468c2dd2b58d
|
|
github.com/prometheus/client_golang v1.11.1
|
|
github.com/prometheus/common v0.26.0
|
|
github.com/rboyer/safeio v0.2.1
|
|
github.com/ryanuber/columnize v2.1.0+incompatible
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
|
github.com/sethvargo/go-limiter v0.7.1
|
|
github.com/shirou/gopsutil v3.21.5+incompatible
|
|
github.com/stretchr/testify v1.7.1
|
|
go.etcd.io/bbolt v1.3.6
|
|
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
|
|
go.mongodb.org/atlas v0.15.0
|
|
go.mongodb.org/mongo-driver v1.7.3
|
|
go.opentelemetry.io/otel v0.20.0
|
|
go.opentelemetry.io/otel/sdk v0.20.0
|
|
go.opentelemetry.io/otel/trace v0.20.0
|
|
go.uber.org/atomic v1.9.0
|
|
go.uber.org/goleak v1.1.12
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
|
|
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-20220422013727-9388b58f7150
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/tools v0.1.5
|
|
google.golang.org/api v0.30.0
|
|
google.golang.org/grpc v1.44.0
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
|
|
gopkg.in/ory-am/dockertest.v3 v3.3.4
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
|
|
layeh.com/radius v0.0.0-20190322222518-890bc1058917
|
|
mvdan.cc/gofumpt v0.1.1
|
|
)
|
|
|
|
require (
|
|
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
|
github.com/Azure/azure-sdk-for-go v61.4.0+incompatible // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
|
|
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
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
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
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
github.com/Microsoft/hcsshim v0.9.0 // indirect
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/andybalholm/brotli v1.0.4 // 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
|
|
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/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
|
|
github.com/centrify/cloud-golang-sdk v0.0.0-20210923165758-a8c48d049166 // indirect
|
|
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
|
|
github.com/cloudfoundry-community/go-cfclient v0.0.0-20210823134051-721f0e559306 // indirect
|
|
github.com/containerd/cgroups v1.0.3 // indirect
|
|
github.com/containerd/containerd v1.5.13 // indirect
|
|
github.com/containerd/continuity v0.2.1 // indirect
|
|
github.com/coreos/go-oidc v2.2.1+incompatible // indirect
|
|
github.com/coreos/go-oidc/v3 v3.1.0 // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/couchbase/gocb/v2 v2.3.3 // indirect
|
|
github.com/couchbase/gocbcore/v10 v10.0.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
|
|
github.com/digitalocean/godo v1.7.5 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/docker/cli v20.10.9+incompatible // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
|
|
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
|
|
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
|
|
github.com/gabriel-vasile/mimetype v1.3.1 // indirect
|
|
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
|
|
github.com/go-logr/logr v1.2.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
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
|
|
github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/flatbuffers v2.0.0+incompatible // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
|
github.com/gophercloud/gophercloud v0.1.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
|
github.com/hashicorp/cronexpr v1.1.1 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-kms-wrapping/entropy v0.1.0 // indirect
|
|
github.com/hashicorp/go-secure-stdlib/fileutil v0.1.0 // indirect
|
|
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
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
|
github.com/hashicorp/mdns v1.0.4 // indirect
|
|
github.com/hashicorp/serf v0.9.6 // indirect
|
|
github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.11.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.10.0 // indirect
|
|
github.com/jackc/pgx v3.3.0+incompatible // indirect
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/gofork v1.0.0 // indirect
|
|
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
|
github.com/jeffchao/backoff v0.0.0-20140404060208-9d7fd7aa17f2 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
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/klauspost/pgzip v1.2.5 // indirect
|
|
github.com/lib/pq v1.10.2 // indirect
|
|
github.com/linode/linodego v0.7.1 // indirect
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/miekg/dns v1.1.41 // indirect
|
|
github.com/mitchellh/hashstructure v1.0.0 // indirect
|
|
github.com/mitchellh/iochan v1.0.0 // indirect
|
|
github.com/mitchellh/pointerstructure v1.2.0 // indirect
|
|
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
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/mongodb-forks/digest v1.0.3 // indirect
|
|
github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 // indirect
|
|
github.com/nwaples/rardecode v1.1.2 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.2 // indirect
|
|
github.com/opencontainers/runc v1.0.2 // indirect
|
|
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
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.8 // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/pquerna/cachecontrol v0.1.0 // indirect
|
|
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
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/snowflakedb/gosnowflake v1.6.3 // indirect
|
|
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
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
github.com/tklauser/numcpus v0.3.0 // indirect
|
|
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c // indirect
|
|
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
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
|
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
go.opentelemetry.io/otel/metric v0.20.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.19.1 // indirect
|
|
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
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220207185906-7721543eae58 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
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
|
|
k8s.io/api v0.22.2 // indirect
|
|
k8s.io/apimachinery v0.22.2 // indirect
|
|
k8s.io/client-go v0.22.2 // indirect
|
|
k8s.io/klog/v2 v2.60.1 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|