Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/pr-1208.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:note
bump `github.com/pingidentity/pingone-go-client` v0.7.0 => v0.8.0
```
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@
"console": "integratedTerminal",
"showLog": true
},
{
"name": "Debug Provider (Beta) - Attach to Terraform",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}",
"env": {
"TF_LOG": "DEBUG",
"TF_LOG_PROVIDER": "DEBUG"
},
"args": [
"-debug"
],
"buildFlags": "-tags=beta",
"console": "integratedTerminal",
"showLog": true
},
{
"name": "Acceptance Tests - Current File",
"type": "go",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/patrickcping/pingone-go-sdk-v2/mfa v0.24.1
github.com/patrickcping/pingone-go-sdk-v2/risk v0.21.0
github.com/patrickcping/pingone-go-sdk-v2/verify v0.10.0
github.com/pingidentity/pingone-go-client v0.6.1
github.com/pingidentity/pingone-go-client v0.8.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1575,8 +1575,8 @@ github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2
github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI=
github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI=
github.com/pierrec/lz4/v4 v4.1.15/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pingidentity/pingone-go-client v0.6.1 h1:JKlLR5BFoYijDvk+BaddCv4aRLkXs+ndaHMT/ZPLQKA=
github.com/pingidentity/pingone-go-client v0.6.1/go.mod h1:fxqU5qa5xUHsg6Trb5AWaCpDYEd7NC9Ea4mRpTxzHNI=
github.com/pingidentity/pingone-go-client v0.8.0 h1:LoVFL/xRTsaMXX+1Y17mIuVd5SfHqNjiwcYcUAbCIJo=
github.com/pingidentity/pingone-go-client v0.8.0/go.mod h1:fxqU5qa5xUHsg6Trb5AWaCpDYEd7NC9Ea4mRpTxzHNI=
github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=
github.com/pjbgf/sha1cd v0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=
Expand Down
120 changes: 61 additions & 59 deletions internal/service/davinci/resource_davinci_flow_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading