Skip to content

Commit 3d97e96

Browse files
committed
Update oci-go-sdk to release version v8.1.0
1 parent d5c08f3 commit 3d97e96

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
@@ -3,7 +3,7 @@ module github.com/terraform-providers/terraform-provider-oci
33
require (
44
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
55
github.com/hashicorp/terraform v0.12.4-0.20190628193153-a74738cd35fc
6-
github.com/oracle/oci-go-sdk v8.0.0+incompatible
6+
github.com/oracle/oci-go-sdk v8.1.0+incompatible
77
github.com/stretchr/objx v0.1.1 // indirect
88
github.com/stretchr/testify v1.3.0
99
gopkg.in/yaml.v2 v2.2.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ github.com/oracle/oci-go-sdk v7.1.0+incompatible h1:ul/J6rOlLTuVgAB9oSBMwse0U9q8
286286
github.com/oracle/oci-go-sdk v7.1.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
287287
github.com/oracle/oci-go-sdk v8.0.0+incompatible h1:NWNIJkMFgtFUabPOL6xGk/ZhH+G9qJan4f0/UL75AvI=
288288
github.com/oracle/oci-go-sdk v8.0.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
289+
github.com/oracle/oci-go-sdk v8.1.0+incompatible h1:4xcTgxetS9E7P7LHh9tUsmqqqJE/XGwOqeBFXPSiZAE=
290+
github.com/oracle/oci-go-sdk v8.1.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
289291
github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58/go.mod h1:f6Izs6JvFTdnRbziASagjZ2vmf55NSIkC/weStxCHqk=
290292
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
291293
github.com/pkg/errors v0.0.0-20170505043639-c605e284fe17/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

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
@@ -202,7 +202,7 @@ github.com/mitchellh/mapstructure
202202
github.com/mitchellh/reflectwalk
203203
# github.com/oklog/run v1.0.0
204204
github.com/oklog/run
205-
# github.com/oracle/oci-go-sdk v8.0.0+incompatible => ../../oracle/oci-go-sdk
205+
# github.com/oracle/oci-go-sdk v8.1.0+incompatible
206206
github.com/oracle/oci-go-sdk/audit
207207
github.com/oracle/oci-go-sdk/autoscaling
208208
github.com/oracle/oci-go-sdk/budget

0 commit comments

Comments
 (0)