File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ require (
6565 github.com/mitchellh/mapstructure v1.1.2 // indirect
6666 github.com/mitchellh/reflectwalk v1.0.2 // indirect
6767 github.com/oklog/run v1.0.0 // indirect
68- github.com/oracle/oci-go-sdk/v65 v65.65.2
68+ github.com/oracle/oci-go-sdk/v65 v65.65.3
6969 github.com/pmezard/go-difflib v1.0.0 // indirect
7070 github.com/sony/gobreaker v0.5.0 // indirect
7171 github.com/ulikunitz/xz v0.5.10 // indirect
@@ -86,6 +86,6 @@ require (
8686)
8787
8888// Uncomment this line to get OCI Go SDK from local source instead of github
89- replace github.com/oracle/oci-go-sdk/v65 v65.65.2 => ./vendor/github.com /oracle/oci-go-sdk
89+ // replace github.com/oracle/oci-go-sdk => ../.. /oracle/oci-go-sdk
9090
9191go 1.20
Original file line number Diff line number Diff line change @@ -509,6 +509,8 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
509509github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
510510github.com/onsi/ginkgo v1.7.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
511511github.com/onsi/gomega v1.4.3 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
512+ github.com/oracle/oci-go-sdk/v65 v65.65.3 h1:Vx2MbWaXlqYW821SJoZgZM7FTzaVWW9S5QHiamD5+ng =
513+ github.com/oracle/oci-go-sdk/v65 v65.65.3 /go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0 =
512514github.com/pierrec/lz4 v2.0.5+incompatible /go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY =
513515github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
514516github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ github.com/mitchellh/reflectwalk
287287# github.com/oklog/run v1.0.0
288288## explicit
289289github.com/oklog/run
290- # github.com/oracle/oci-go-sdk/v65 v65.65.2 => ./vendor/github.com/oracle/oci-go-sdk
290+ # github.com/oracle/oci-go-sdk/v65 v65.65.3
291291## explicit; go 1.13
292292github.com/oracle/oci-go-sdk/v65/adm
293293github.com/oracle/oci-go-sdk/v65/aianomalydetection
You can’t perform that action at this time.
0 commit comments