1module github.com/hashicorp/vault/api
2
3go 1.13
4
5replace github.com/hashicorp/vault/sdk => ../sdk
6
7require (
8	github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31
9	github.com/hashicorp/errwrap v1.0.0
10	github.com/hashicorp/go-cleanhttp v0.5.1
11	github.com/hashicorp/go-multierror v1.0.0
12	github.com/hashicorp/go-retryablehttp v0.6.2
13	github.com/hashicorp/go-rootcerts v1.0.1
14	github.com/hashicorp/hcl v1.0.0
15	github.com/hashicorp/vault/sdk v0.1.14-0.20200215195600-2ca765f0a500
16	github.com/mitchellh/mapstructure v1.1.2
17	golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
18	golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
19	gopkg.in/square/go-jose.v2 v2.3.1
20)
21