Skip to content

Commit 84cae90

Browse files
committed
Update oci-go-sdk to release version v12.2.0
1 parent 7f48e6d commit 84cae90

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
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/hcl v0.0.0-20180404174102-ef8a98b0bbce
77
github.com/hashicorp/terraform v0.12.4-0.20190628193153-a74738cd35fc
88
github.com/mitchellh/cli v1.0.0
9-
github.com/oracle/oci-go-sdk v12.1.0+incompatible
9+
github.com/oracle/oci-go-sdk v12.2.0+incompatible
1010
github.com/stretchr/objx v0.1.1 // indirect
1111
github.com/stretchr/testify v1.3.0
1212
gopkg.in/yaml.v2 v2.2.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ github.com/oracle/oci-go-sdk v12.0.0+incompatible h1:pOqoy1WI6HpIDiwWsmcSZB0cPpA
345345
github.com/oracle/oci-go-sdk v12.0.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
346346
github.com/oracle/oci-go-sdk v12.1.0+incompatible h1:I5VSXSg3wAhUo8dtbyauQM8kZGMmXtIljFn/z5VC7Ds=
347347
github.com/oracle/oci-go-sdk v12.1.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
348+
github.com/oracle/oci-go-sdk v12.2.0+incompatible h1:z5FqDVTRHSYzR9td6FdQpFw2M3MGyPLSUPaBRlzjBco=
349+
github.com/oracle/oci-go-sdk v12.2.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
348350
github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58 h1:m3CEgv3ah1Rhy82L+c0QG/U3VyY1UsvsIdkh0/rU97Y=
349351
github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58/go.mod h1:f6Izs6JvFTdnRbziASagjZ2vmf55NSIkC/weStxCHqk=
350352
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=

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

Lines changed: 0 additions & 1 deletion
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/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/github.com/oracle/oci-go-sdk/loadbalancer/health_check_result.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
@@ -487,7 +487,7 @@ github.com/modern-go/reflect2
487487
github.com/nu7hatch/gouuid
488488
# github.com/oklog/run v1.0.0
489489
github.com/oklog/run
490-
# github.com/oracle/oci-go-sdk v12.1.0+incompatible => ../../oracle/oci-go-sdk
490+
# github.com/oracle/oci-go-sdk v12.2.0+incompatible
491491
github.com/oracle/oci-go-sdk/audit
492492
github.com/oracle/oci-go-sdk/autoscaling
493493
github.com/oracle/oci-go-sdk/budget

0 commit comments

Comments
 (0)