Skip to content

Commit

Permalink
Add Cam Identity Validation Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Mar 2, 2022
1 parent f8dfa9b commit f6400f6
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
- go mod tidy
- go mod tidy -compat=1.17
builds:
- env:
# goreleaser does not work with CGO, it could also complicate
Expand Down
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ require (
github.com/hashicorp/terraform-provider-vault v1.9.1-0.20220225202911-91f40a2aed19
github.com/hashicorp/vault v1.9.3
github.com/hashicorp/vault/api v1.3.2-0.20211222220726-b046cd9f80eb
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.358
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sts v1.0.358
)

replace github.com/tencentcloud/tencentcloud-sdk-go v1.0.162 => github.com/tencentcloud/tencentcloud-sdk-go v1.0.358

require (
cloud.google.com/go v0.65.0 // indirect
github.com/Azure/azure-sdk-for-go v58.3.0+incompatible // indirect
Expand Down
Loading

0 comments on commit f6400f6

Please sign in to comment.