We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b0f93 commit 8c94b28Copy full SHA for 8c94b28
go.mod
@@ -6,12 +6,9 @@ require (
6
github.com/aws/aws-sdk-go v1.41.10
7
github.com/fatih/color v1.10.0 // indirect
8
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
+ github.com/hashicorp/vault/api v1.4.1
+ github.com/hashicorp/vault/sdk v0.4.1
11
github.com/patrickmn/go-cache v2.1.0+incompatible
12
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
16
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
17
)
0 commit comments