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 (
|
2019-11-05 20:27:07 +00:00
|
|
|
github.com/armon/go-metrics v0.3.0
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310
|
2020-01-11 01:39:52 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.25.37
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/fatih/structs v1.1.0
|
2019-11-08 16:18:36 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.1.3
|
2019-04-19 23:52:03 +00:00
|
|
|
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31
|
2020-01-11 01:39:52 +00:00
|
|
|
github.com/golang/protobuf v1.3.2
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/golang/snappy v0.0.1
|
|
|
|
github.com/hashicorp/errwrap v1.0.0
|
2020-01-23 19:11:38 +00:00
|
|
|
github.com/hashicorp/go-hclog v0.12.0
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.0.0
|
2020-01-11 01:39:52 +00:00
|
|
|
github.com/hashicorp/go-kms-wrapping v0.0.0-20191129225826-634facde9f88
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.0.0
|
2019-06-18 14:53:38 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.0.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
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/hashicorp/go-version v1.1.0
|
|
|
|
github.com/hashicorp/golang-lru v0.5.1
|
|
|
|
github.com/hashicorp/hcl v1.0.0
|
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
|
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
|
|
github.com/pierrec/lz4 v2.0.5+incompatible
|
|
|
|
github.com/ryanuber/go-glob v1.0.0
|
2020-01-11 01:39:52 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480
|
2019-12-18 21:32:02 +00:00
|
|
|
golang.org/x/sys v0.0.0-20191008105621-543471e840be
|
2019-07-24 15:45:58 +00:00
|
|
|
google.golang.org/grpc v1.22.0
|
2019-04-12 21:54:35 +00:00
|
|
|
)
|