25 lines
793 B
Modula-2
25 lines
793 B
Modula-2
module github.com/hashicorp/vault/api
|
|
|
|
go 1.13
|
|
|
|
replace github.com/hashicorp/vault/sdk => ../sdk
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v3 v3.0.0
|
|
github.com/frankban/quicktest v1.13.0 // indirect
|
|
github.com/go-test/deep v1.0.2
|
|
github.com/hashicorp/errwrap v1.1.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
|
github.com/hashicorp/go-hclog v0.16.2
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/go-retryablehttp v0.6.6
|
|
github.com/hashicorp/go-rootcerts v1.0.2
|
|
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
|
|
github.com/hashicorp/hcl v1.0.0
|
|
github.com/hashicorp/vault/sdk v0.5.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
|
)
|