Skip to content

Commit 2288e36

Browse files
committed
Update oci-go-sdk to release version v41.2.0
1 parent 44cb0e4 commit 2288e36

File tree

7 files changed

+96
-7
lines changed

7 files changed

+96
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
77
github.com/hashicorp/terraform-exec v0.13.3
88
github.com/hashicorp/terraform-plugin-sdk v1.17.2
9-
github.com/oracle/oci-go-sdk/v41 v41.1.0
9+
github.com/oracle/oci-go-sdk/v41 v41.2.0
1010
github.com/stretchr/testify v1.7.0
1111
golang.org/x/mod v0.3.0
1212
gopkg.in/yaml.v2 v2.3.0

go.sum

Lines changed: 41 additions & 2 deletions
Large diffs are not rendered by default.

vendor/github.com/oracle/oci-go-sdk/v41/common/client.go

Lines changed: 29 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/v41/common/helpers.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/v41/common/http.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/v41/common/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ github.com/mitchellh/mapstructure
256256
github.com/mitchellh/reflectwalk
257257
# github.com/oklog/run v1.0.0
258258
github.com/oklog/run
259-
# github.com/oracle/oci-go-sdk/v41 v41.1.0 => ../../oracle/oci-go-sdk
259+
# github.com/oracle/oci-go-sdk/v41 v41.2.0
260260
github.com/oracle/oci-go-sdk/v41/analytics
261261
github.com/oracle/oci-go-sdk/v41/apigateway
262262
github.com/oracle/oci-go-sdk/v41/artifacts

0 commit comments

Comments
 (0)