Skip to content

Commit 94e048f

Browse files
author
Ravi Tandon
committed
Update oci-go-sdk to release version v5.8.0
1 parent fc1bc75 commit 94e048f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/go-ini/ini v0.0.0-20170209042415-ee900ca56593 // indirect
55
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
66
github.com/hashicorp/terraform v0.12.0-rc1
7-
github.com/oracle/oci-go-sdk v5.6.0+incompatible
7+
github.com/oracle/oci-go-sdk v5.8.0+incompatible
88
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
99
github.com/stretchr/objx v0.1.1 // indirect
1010
github.com/stretchr/testify v1.3.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ github.com/oracle/oci-go-sdk v5.5.0+incompatible h1:SLEJKQHH45fHrny21Bj6bAkXpiNA
334334
github.com/oracle/oci-go-sdk v5.5.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
335335
github.com/oracle/oci-go-sdk v5.6.0+incompatible h1:SvLqCT/jr1H8yT20Iq9DGpc5f5dX92gWG2YNMkqc8fM=
336336
github.com/oracle/oci-go-sdk v5.6.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
337+
github.com/oracle/oci-go-sdk v5.8.0+incompatible h1:OaobVD/YJYLiU7nJQUUYI+uqhpaCnz0eWCEJLuclgGY=
338+
github.com/oracle/oci-go-sdk v5.8.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
337339
github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58/go.mod h1:f6Izs6JvFTdnRbziASagjZ2vmf55NSIkC/weStxCHqk=
338340
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
339341
github.com/pkg/errors v0.0.0-20170505043639-c605e284fe17/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ github.com/mitchellh/mapstructure
189189
github.com/mitchellh/reflectwalk
190190
# github.com/oklog/run v1.0.0
191191
github.com/oklog/run
192-
# github.com/oracle/oci-go-sdk v5.6.0+incompatible => ../../oracle/oci-go-sdk
192+
# github.com/oracle/oci-go-sdk v5.8.0+incompatible
193193
github.com/oracle/oci-go-sdk/audit
194194
github.com/oracle/oci-go-sdk/autoscaling
195195
github.com/oracle/oci-go-sdk/budget

0 commit comments

Comments
 (0)