2019-04-12 21:54:35 +00:00
|
|
|
module github.com/hashicorp/vault/sdk
|
|
|
|
|
2019-12-18 21:32:02 +00:00
|
|
|
go 1.13
|
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
|
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
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/frankban/quicktest v1.10.0 // indirect
|
|
|
|
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
|
|
|
|
github.com/hashicorp/go-hclog v0.14.1
|
|
|
|
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
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
|
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
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/hashicorp/vault/api v1.0.5-0.20200519221902-385fac77e20f
|
|
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.3.2
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
|
|
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
|
2020-06-23 11:01:39 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
|
|
|
google.golang.org/grpc v1.29.1
|
2020-06-05 19:15:12 +00:00
|
|
|
google.golang.org/protobuf v1.24.0
|
2020-06-23 11:01:39 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2019-04-12 21:54:35 +00:00
|
|
|
)
|