Skip to content

Commit 38733a2

Browse files
committed
Update oci-go-sdk to release version v21.4.0
1 parent 0a167cc commit 38733a2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
88
github.com/hashicorp/terraform v0.12.4-0.20190628193153-a74738cd35fc
99
github.com/mitchellh/cli v1.0.0
10-
github.com/oracle/oci-go-sdk v21.3.0+incompatible
10+
github.com/oracle/oci-go-sdk v21.4.0+incompatible
1111
github.com/stretchr/objx v0.1.1 // indirect
1212
github.com/stretchr/testify v1.3.0
1313
gopkg.in/yaml.v2 v2.2.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ github.com/oracle/oci-go-sdk v21.2.0+incompatible h1:iaZTdpIQjd73yYCju+s+3dgG49Z
461461
github.com/oracle/oci-go-sdk v21.2.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
462462
github.com/oracle/oci-go-sdk v21.3.0+incompatible h1:MB9osCinobSml7oDBfph+7Jv9M1yqH4I/iC/BJuURPM=
463463
github.com/oracle/oci-go-sdk v21.3.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
464+
github.com/oracle/oci-go-sdk v21.4.0+incompatible h1:ORX+RXBuG/INBs+rgx6S3qoShEZ5+rwEEyRn2s6bPiw=
465+
github.com/oracle/oci-go-sdk v21.4.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
464466
github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58 h1:m3CEgv3ah1Rhy82L+c0QG/U3VyY1UsvsIdkh0/rU97Y=
465467
github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58/go.mod h1:f6Izs6JvFTdnRbziASagjZ2vmf55NSIkC/weStxCHqk=
466468
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs=

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/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ github.com/modern-go/reflect2
486486
github.com/nu7hatch/gouuid
487487
# github.com/oklog/run v1.0.0
488488
github.com/oklog/run
489-
# github.com/oracle/oci-go-sdk v21.3.0+incompatible => ../../oracle/oci-go-sdk
489+
# github.com/oracle/oci-go-sdk v21.4.0+incompatible
490490
github.com/oracle/oci-go-sdk/analytics
491491
github.com/oracle/oci-go-sdk/apigateway
492492
github.com/oracle/oci-go-sdk/audit
@@ -547,7 +547,7 @@ github.com/satori/go.uuid
547547
# github.com/spf13/afero v1.2.1
548548
github.com/spf13/afero
549549
github.com/spf13/afero/mem
550-
# github.com/stretchr/testify v1.4.0
550+
# github.com/stretchr/testify v1.3.0
551551
github.com/stretchr/testify/assert
552552
github.com/stretchr/testify/suite
553553
github.com/stretchr/testify/require

0 commit comments

Comments
 (0)