2019-04-12 21:54:35 +00:00
|
|
|
module github.com/hashicorp/vault/sdk
|
|
|
|
|
2022-09-08 15:32:46 +00:00
|
|
|
go 1.19
|
2019-04-12 21:54:35 +00:00
|
|
|
|
|
|
|
require (
|
2021-10-14 16:47:32 +00:00
|
|
|
github.com/armon/go-metrics v0.3.9
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/armon/go-radix v1.0.0
|
2021-10-14 16:47:32 +00:00
|
|
|
github.com/evanphx/json-patch/v5 v5.5.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
|
2021-10-14 16:47:32 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-08-19 19:51:06 +00:00
|
|
|
github.com/golang/snappy v0.0.4
|
2021-07-21 00:42:00 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0
|
|
|
|
github.com/hashicorp/go-hclog v0.16.2
|
2021-10-14 16:47:32 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1
|
2022-09-19 14:23:40 +00:00
|
|
|
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.0
|
2023-02-09 18:19:50 +00:00
|
|
|
github.com/hashicorp/go-kms-wrapping/v2 v2.0.7
|
2021-07-21 00:42:00 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2022-10-31 13:52:04 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.4.5
|
2022-11-21 16:39:24 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.5.3
|
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
|
2022-06-02 21:31:45 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
|
2021-07-15 05:56:37 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/password v0.1.1
|
2022-05-17 15:44:32 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
|
2022-09-23 12:28:40 +00:00
|
|
|
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.2
|
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
|
2021-10-14 16:47:32 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
|
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
2022-05-17 15:44:32 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2020-06-23 11:01:39 +00:00
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible
|
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-10-14 16:47:32 +00:00
|
|
|
go.uber.org/atomic v1.9.0
|
2023-01-23 19:11:04 +00:00
|
|
|
golang.org/x/crypto v0.5.0
|
|
|
|
golang.org/x/text v0.6.0
|
2021-10-14 16:47:32 +00:00
|
|
|
google.golang.org/grpc v1.41.0
|
2023-01-27 19:39:58 +00:00
|
|
|
google.golang.org/protobuf v1.27.1
|
2019-04-12 21:54:35 +00:00
|
|
|
)
|
2022-06-09 19:25:24 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
|
|
github.com/frankban/quicktest v1.10.0 // indirect
|
|
|
|
github.com/go-asn1-ber/asn1-ber v1.3.1 // indirect
|
2022-11-21 16:39:24 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
|
2022-06-09 19:25:24 +00:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
|
|
|
github.com/oklog/run v1.0.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-02-09 18:19:50 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
2022-06-09 19:25:24 +00:00
|
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
2023-01-23 19:11:04 +00:00
|
|
|
golang.org/x/net v0.5.0 // indirect
|
|
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
|
|
golang.org/x/term v0.4.0 // indirect
|
2022-06-09 19:25:24 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
)
|