Skip to content

Commit 8c94b28

Browse files
authored
Update vault/api and vault/sdk (#60)
Also use the "inconsistent" and "forward" headers defined in vault/sdk.
1 parent a0b0f93 commit 8c94b28

File tree

5 files changed

+73
-156
lines changed

5 files changed

+73
-156
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ require (
66
github.com/aws/aws-sdk-go v1.41.10
77
github.com/fatih/color v1.10.0 // indirect
88
github.com/hashicorp/go-multierror v1.1.1
9-
github.com/hashicorp/vault/api v1.2.0
10-
github.com/hashicorp/vault/sdk v0.2.1
9+
github.com/hashicorp/vault/api v1.4.1
10+
github.com/hashicorp/vault/sdk v0.4.1
1111
github.com/patrickmn/go-cache v2.1.0+incompatible
1212
github.com/stretchr/testify v1.7.0
13-
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
14-
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
15-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
1613
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
1714
)

0 commit comments

Comments
 (0)