2019-04-12 21:54:35 +00:00
|
|
|
module github.com/hashicorp/vault/sdk
|
|
|
|
|
2021-04-07 20:46:42 +00:00
|
|
|
go 1.16
|
2019-04-12 21:54:35 +00:00
|
|
|
|
|
|
|
require (
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/armon/go-metrics v0.3.3
|
|
|
|
github.com/armon/go-radix v1.0.0
|
|
|
|
github.com/aws/aws-sdk-go v1.30.27
|
2020-06-26 22:52:31 +00:00
|
|
|
github.com/docker/docker v1.4.2-0.20200319182547-c7ad2b866182
|
|
|
|
github.com/docker/go-connections v0.4.0
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/fatih/structs v1.1.0
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.1.10
|
|
|
|
github.com/go-test/deep v1.0.2
|
2020-06-05 19:15:12 +00:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/golang/snappy v0.0.1
|
|
|
|
github.com/hashicorp/errwrap v1.0.0
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
2021-07-13 23:54:31 +00:00
|
|
|
github.com/hashicorp/go-hclog v0.16.1
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.1.0
|
2020-02-14 22:27:19 +00:00
|
|
|
github.com/hashicorp/go-kms-wrapping/entropy v0.1.0
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2019-06-18 14:53:38 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.0.1
|
2021-07-15 05:56:37 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/base62 v0.1.1
|
|
|
|
github.com/hashicorp/go-secure-stdlib/mlock v0.1.1
|
|
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1
|
|
|
|
github.com/hashicorp/go-secure-stdlib/password v0.1.1
|
|
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.1
|
|
|
|
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.1
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
2020-01-10 15:43:37 +00:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/hashicorp/go-version v1.2.0
|
|
|
|
github.com/hashicorp/golang-lru v0.5.3
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2021-07-13 23:54:31 +00:00
|
|
|
github.com/hashicorp/vault/api v1.1.1
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
2021-07-15 05:56:37 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible
|
|
|
|
github.com/pkg/errors v0.9.1
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/ryanuber/go-glob v1.0.0
|
2021-07-15 05:56:37 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-06-16 15:48:39 +00:00
|
|
|
go.uber.org/atomic v1.6.0
|
2021-07-15 05:56:37 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
|
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
2020-06-23 11:01:39 +00:00
|
|
|
google.golang.org/grpc v1.29.1
|
2020-08-28 17:20:49 +00:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2019-04-12 21:54:35 +00:00
|
|
|
)
|