Skip to content

Commit

Permalink
update api to use sdk/v0.6.0 (#17224)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendpclark authored Sep 20, 2022
1 parent 57ac8f3 commit d849e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
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.1
github.com/hashicorp/vault/sdk v0.6.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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ require (
github.com/hashicorp/vault/api v1.7.2
github.com/hashicorp/vault/api/auth/approle v0.1.0
github.com/hashicorp/vault/api/auth/userpass v0.1.0
github.com/hashicorp/vault/sdk v0.5.3
github.com/hashicorp/vault/sdk v0.6.0
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
github.com/jackc/pgx/v4 v4.15.0
github.com/jcmturner/gokrb5/v8 v8.4.2
Expand Down

0 comments on commit d849e51

Please sign in to comment.