Skip to content

Commit 02b327a

Browse files
committed
Update oci-go-sdk to release version v63
1 parent 616300d commit 02b327a

File tree

13,134 files changed

+177720
-177718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,134 files changed

+177720
-177718
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ require (
5353
github.com/mitchellh/mapstructure v1.1.2 // indirect
5454
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5555
github.com/oklog/run v1.0.0 // indirect
56-
github.com/oracle/oci-go-sdk/v62 v62.0.0
56+
github.com/oracle/oci-go-sdk/v63 v63.0.0
5757
github.com/pmezard/go-difflib v1.0.0 // indirect
58-
github.com/sony/gobreaker v0.4.2-0.20210216022020-dd874f9dd33b // indirect
58+
github.com/sony/gobreaker v0.5.0 // indirect
5959
github.com/ulikunitz/xz v0.5.8 // indirect
6060
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
6161
github.com/zclconf/go-cty v1.8.4 // indirect
@@ -77,6 +77,6 @@ require (
7777
)
7878

7979
// Uncomment this line to get OCI Go SDK from local source instead of github
80-
replace github.com/oracle/oci-go-sdk/v62 v62.0.0 => ./vendor/github.com/oracle/oci-go-sdk
80+
//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
8181

8282
go 1.17

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
289289
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
290290
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
291291
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
292-
github.com/oracle/oci-go-sdk/v62 v62.0.0 h1:XPIoVYOPcNexPdQVm7rnujN6b2oZAqKIEnV3pQkmxoA=
293-
github.com/oracle/oci-go-sdk/v62 v62.0.0/go.mod h1:YizV1/DlwUFdvo9HrLlUUTwJDklGzcgzeqvE2IVPluw=
292+
github.com/oracle/oci-go-sdk/v63 v63.0.0 h1:OOGCUmaDzrd5zTG8pljcnkR1ZHxg/991uEiQJi95/4E=
293+
github.com/oracle/oci-go-sdk/v63 v63.0.0/go.mod h1:n6V9PcyRW5wtHaNd2TltbV3sWvbNy3PNqLmLrcT23Fg=
294294
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
295295
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
296296
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
@@ -305,8 +305,8 @@ github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNX
305305
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
306306
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
307307
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
308-
github.com/sony/gobreaker v0.4.2-0.20210216022020-dd874f9dd33b h1:br+bPNZsJWKicw/5rALEo67QHs5weyD5tf8WST+4sJ0=
309-
github.com/sony/gobreaker v0.4.2-0.20210216022020-dd874f9dd33b/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY=
308+
github.com/sony/gobreaker v0.5.0 h1:dRCvqm0P490vZPmy7ppEk2qCnCieBooFJ+YoXGYB+yg=
309+
github.com/sony/gobreaker v0.5.0/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY=
310310
github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
311311
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
312312
github.com/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A=

internal/acctest/oci_sweeper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"testing"
1212

1313
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
14-
oci_identity "github.com/oracle/oci-go-sdk/v62/identity"
14+
oci_identity "github.com/oracle/oci-go-sdk/v63/identity"
1515

1616
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1717

internal/acctest/oci_sweeper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"testing"
1313

1414
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
15-
oci_identity "github.com/oracle/oci-go-sdk/v62/identity"
15+
oci_identity "github.com/oracle/oci-go-sdk/v63/identity"
1616

1717
"github.com/terraform-providers/terraform-provider-oci/internal/client"
1818
)

internal/acctest/provider_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"testing"
1515
"time"
1616

17-
oci_identity "github.com/oracle/oci-go-sdk/v62/identity"
17+
oci_identity "github.com/oracle/oci-go-sdk/v63/identity"
1818

1919
"github.com/terraform-providers/terraform-provider-oci/internal/globalvar"
2020

@@ -23,7 +23,7 @@ import (
2323
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
2424
"github.com/stretchr/testify/assert"
2525

26-
oci_common "github.com/oracle/oci-go-sdk/v62/common"
26+
oci_common "github.com/oracle/oci-go-sdk/v63/common"
2727

2828
tf_client "github.com/terraform-providers/terraform-provider-oci/internal/client"
2929
"github.com/terraform-providers/terraform-provider-oci/internal/provider"

internal/acctest/test_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
3030
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
3131
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
32-
oci_common "github.com/oracle/oci-go-sdk/v62/common"
32+
oci_common "github.com/oracle/oci-go-sdk/v63/common"
3333

3434
tf_client "github.com/terraform-providers/terraform-provider-oci/internal/client"
3535
tf_provider "github.com/terraform-providers/terraform-provider-oci/internal/provider"

internal/client/ai_anomaly_detection_clients.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
package client
55

66
import (
7-
oci_ai_anomaly_detection "github.com/oracle/oci-go-sdk/v62/aianomalydetection"
7+
oci_ai_anomaly_detection "github.com/oracle/oci-go-sdk/v63/aianomalydetection"
88

9-
oci_common "github.com/oracle/oci-go-sdk/v62/common"
9+
oci_common "github.com/oracle/oci-go-sdk/v63/common"
1010
)
1111

1212
func init() {

internal/client/ai_vision_clients.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
package client
55

66
import (
7-
oci_ai_vision "github.com/oracle/oci-go-sdk/v62/aivision"
7+
oci_ai_vision "github.com/oracle/oci-go-sdk/v63/aivision"
88

9-
oci_common "github.com/oracle/oci-go-sdk/v62/common"
9+
oci_common "github.com/oracle/oci-go-sdk/v63/common"
1010
)
1111

1212
func init() {

internal/client/analytics_clients.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
package client
55

66
import (
7-
oci_analytics "github.com/oracle/oci-go-sdk/v62/analytics"
7+
oci_analytics "github.com/oracle/oci-go-sdk/v63/analytics"
88

9-
oci_common "github.com/oracle/oci-go-sdk/v62/common"
9+
oci_common "github.com/oracle/oci-go-sdk/v63/common"
1010
)
1111

1212
func init() {

internal/client/apigateway_clients.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
package client
55

66
import (
7-
oci_apigateway "github.com/oracle/oci-go-sdk/v62/apigateway"
7+
oci_apigateway "github.com/oracle/oci-go-sdk/v63/apigateway"
88

9-
oci_common "github.com/oracle/oci-go-sdk/v62/common"
9+
oci_common "github.com/oracle/oci-go-sdk/v63/common"
1010
)
1111

1212
func init() {

0 commit comments

Comments
 (0)