Skip to content

Commit 434177e

Browse files
committed
Update oci-go-sdk to release version v19.2.0
1 parent 96ff072 commit 434177e

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ module github.com/terraform-providers/terraform-provider-oci
33
require (
44
github.com/aws/aws-sdk-go v1.25.2 // indirect
55
github.com/fatih/color v1.7.0
6-
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
6+
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
7+
github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
78
github.com/hashicorp/terraform v0.12.4-0.20190628193153-a74738cd35fc
89
github.com/mitchellh/cli v1.0.0
9-
github.com/oracle/oci-go-sdk v19.1.0+incompatible
10+
github.com/oracle/oci-go-sdk v19.2.0+incompatible
1011
github.com/stretchr/objx v0.1.1 // indirect
1112
github.com/stretchr/testify v1.3.0
1213
gopkg.in/yaml.v2 v2.2.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ github.com/oracle/oci-go-sdk v19.0.0+incompatible h1:UQnOTZBLEtrqNnJ7jQJiaadScBQ
444444
github.com/oracle/oci-go-sdk v19.0.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
445445
github.com/oracle/oci-go-sdk v19.1.0+incompatible h1:UUt6LBPlbn+OnNMBxiHWzlwqSgMXy4xeTQTmJXvYgG4=
446446
github.com/oracle/oci-go-sdk v19.1.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
447+
github.com/oracle/oci-go-sdk v19.2.0+incompatible h1:BHsuizamIbAk6RJP1q36ygdIUgBLyjAKW9P5XSSDYdU=
448+
github.com/oracle/oci-go-sdk v19.2.0+incompatible/go.mod h1:VQb79nF8Z2cwLkLS35ukwStZIg5F66tcBccjip/j888=
447449
github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58 h1:m3CEgv3ah1Rhy82L+c0QG/U3VyY1UsvsIdkh0/rU97Y=
448450
github.com/packer-community/winrmcp v0.0.0-20180102160824-81144009af58/go.mod h1:f6Izs6JvFTdnRbziASagjZ2vmf55NSIkC/weStxCHqk=
449451
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,23 +294,22 @@ github.com/hashicorp/go-uuid
294294
# github.com/hashicorp/go-version v1.1.0
295295
github.com/hashicorp/go-version
296296
# github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
297-
github.com/hashicorp/hcl/hcl/fmtcmd
298297
github.com/hashicorp/hcl
299-
github.com/hashicorp/hcl/hcl/printer
300298
github.com/hashicorp/hcl/hcl/ast
301299
github.com/hashicorp/hcl/hcl/parser
302300
github.com/hashicorp/hcl/hcl/token
303301
github.com/hashicorp/hcl/json/parser
302+
github.com/hashicorp/hcl/hcl/printer
304303
github.com/hashicorp/hcl/hcl/scanner
305304
github.com/hashicorp/hcl/hcl/strconv
306305
github.com/hashicorp/hcl/json/scanner
307306
github.com/hashicorp/hcl/json/token
308307
# github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
308+
github.com/hashicorp/hcl2/hclwrite
309309
github.com/hashicorp/hcl2/hcl
310310
github.com/hashicorp/hcl2/hcl/hclsyntax
311311
github.com/hashicorp/hcl2/hcldec
312312
github.com/hashicorp/hcl2/hcl/json
313-
github.com/hashicorp/hcl2/hclwrite
314313
github.com/hashicorp/hcl2/gohcl
315314
github.com/hashicorp/hcl2/hclparse
316315
github.com/hashicorp/hcl2/ext/typeexpr
@@ -487,7 +486,7 @@ github.com/modern-go/reflect2
487486
github.com/nu7hatch/gouuid
488487
# github.com/oklog/run v1.0.0
489488
github.com/oklog/run
490-
# github.com/oracle/oci-go-sdk v19.1.0+incompatible => ../../oracle/oci-go-sdk
489+
# github.com/oracle/oci-go-sdk v19.2.0+incompatible
491490
github.com/oracle/oci-go-sdk/analytics
492491
github.com/oracle/oci-go-sdk/apigateway
493492
github.com/oracle/oci-go-sdk/audit
@@ -543,7 +542,7 @@ github.com/satori/go.uuid
543542
# github.com/spf13/afero v1.2.1
544543
github.com/spf13/afero
545544
github.com/spf13/afero/mem
546-
# github.com/stretchr/testify v1.4.0
545+
# github.com/stretchr/testify v1.3.0
547546
github.com/stretchr/testify/assert
548547
github.com/stretchr/testify/suite
549548
github.com/stretchr/testify/require

0 commit comments

Comments
 (0)