2019-04-12 21:54:35 +00:00
|
|
|
module github.com/hashicorp/vault/api
|
|
|
|
|
2019-12-18 21:35:58 +00:00
|
|
|
go 1.13
|
2019-04-12 21:54:35 +00:00
|
|
|
|
|
|
|
replace github.com/hashicorp/vault/sdk => ../sdk
|
|
|
|
|
|
|
|
require (
|
2019-10-29 00:28:59 +00:00
|
|
|
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
|
|
github.com/hashicorp/go-multierror v1.0.0
|
2019-08-26 19:39:27 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.2
|
2019-06-21 03:21:14 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.1
|
2019-04-12 21:54:35 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2020-05-27 18:28:00 +00:00
|
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20200514144402-4bfac290c352
|
|
|
|
github.com/mitchellh/mapstructure v1.2.2
|
2020-01-11 01:39:52 +00:00
|
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
|
2019-04-12 21:54:35 +00:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
|
|
|
gopkg.in/square/go-jose.v2 v2.3.1
|
|
|
|
)
|