File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
github.com/oracle/oci-go-sdk/v36/common Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66- Support to attach and detach instances to ` oci_core_instance_pool `
77- Support for GoldenGate service
88- Support for unified agent configuration added to ` oci_logging ` service
9+ - Support for Big Data Auto Scaling
910
1011## 4.16.0 (March 03, 2021)
1112
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
77 github.com/hashicorp/terraform-exec v0.6.0
88 github.com/hashicorp/terraform-plugin-sdk v1.15.0
9- github.com/oracle/oci-go-sdk/v36 v36.0 .0
9+ github.com/oracle/oci-go-sdk/v36 v36.1 .0
1010 github.com/stretchr/objx v0.1.1 // indirect
1111 github.com/stretchr/testify v1.6.1
1212 golang.org/x/mod v0.3.0
Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
200200github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
201201github.com/onsi/ginkgo v1.7.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
202202github.com/onsi/gomega v1.4.3 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
203- github.com/oracle/oci-go-sdk/v36 v36.0 .0 h1:wDbkZipMBnOFxXtD6kntAWXMhT9aIc7Hp0nzXqS6kAI =
204- github.com/oracle/oci-go-sdk/v36 v36.0 .0 /go.mod h1:t8Y/M3Lh8X4BOJhtThJKe1skRTg7qom7oWyHiNjo4RM =
203+ github.com/oracle/oci-go-sdk/v36 v36.1 .0 h1:xihE2lklj+hUoNLe4Tw2g20YkWDUogGE1FXVDJUa6K0 =
204+ github.com/oracle/oci-go-sdk/v36 v36.1 .0 /go.mod h1:t8Y/M3Lh8X4BOJhtThJKe1skRTg7qom7oWyHiNjo4RM =
205205github.com/pierrec/lz4 v2.0.5+incompatible /go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY =
206206github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
207207github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ github.com/mitchellh/mapstructure
214214github.com/mitchellh/reflectwalk
215215# github.com/oklog/run v1.0.0
216216github.com/oklog/run
217- # github.com/oracle/oci-go-sdk/v36 v36.0.0 => ../../oracle/oci-go-sdk
217+ # github.com/oracle/oci-go-sdk/v36 v36.1.0
218218github.com/oracle/oci-go-sdk/v36/analytics
219219github.com/oracle/oci-go-sdk/v36/apigateway
220220github.com/oracle/oci-go-sdk/v36/artifacts
You can’t perform that action at this time.
0 commit comments