File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
github.com/oracle/oci-go-sdk/v65/common Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ require (
65
65
github.com/mitchellh/mapstructure v1.1.2 // indirect
66
66
github.com/mitchellh/reflectwalk v1.0.2 // indirect
67
67
github.com/oklog/run v1.0.0 // indirect
68
- github.com/oracle/oci-go-sdk/v65 v65.60 .0
68
+ github.com/oracle/oci-go-sdk/v65 v65.61 .0
69
69
github.com/pmezard/go-difflib v1.0.0 // indirect
70
70
github.com/sony/gobreaker v0.5.0 // indirect
71
71
github.com/ulikunitz/xz v0.5.10 // indirect
@@ -86,6 +86,6 @@ require (
86
86
)
87
87
88
88
// Uncomment this line to get OCI Go SDK from local source instead of github
89
- replace github.com/oracle/oci-go-sdk/v65 v65.60.0 => ./vendor/github.com /oracle/oci-go-sdk
89
+ // replace github.com/oracle/oci-go-sdk => ../.. /oracle/oci-go-sdk
90
90
91
91
go 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
509
509
github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
510
510
github.com/onsi/ginkgo v1.7.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
511
511
github.com/onsi/gomega v1.4.3 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
512
+ github.com/oracle/oci-go-sdk/v65 v65.61.0 h1:zASJu3G3PVTAqOkHyVoSU3Sfeoir4M0WCLr12+rtCkg =
513
+ github.com/oracle/oci-go-sdk/v65 v65.61.0 /go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0 =
512
514
github.com/pierrec/lz4 v2.0.5+incompatible /go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY =
513
515
github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
514
516
github.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
287
287
# github.com/oklog/run v1.0.0
288
288
## explicit
289
289
github.com/oklog/run
290
- # github.com/oracle/oci-go-sdk/v65 v65.60.0 => ./vendor/github.com/oracle/oci-go-sdk
290
+ # github.com/oracle/oci-go-sdk/v65 v65.61.0
291
291
## explicit; go 1.13
292
292
github.com/oracle/oci-go-sdk/v65/adm
293
293
github.com/oracle/oci-go-sdk/v65/aianomalydetection
You can’t perform that action at this time.
0 commit comments