File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,6 @@ require (
9393)
9494
9595// Uncomment this line to get OCI Go SDK from local source instead of github
96- replace github.com/oracle/oci-go-sdk/v59 v59.0.0 => ./vendor/github.com /oracle/oci-go-sdk
96+ // replace github.com/oracle/oci-go-sdk => ../.. /oracle/oci-go-sdk
9797
9898go 1.17
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
295295github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
296296github.com/onsi/ginkgo v1.7.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
297297github.com/onsi/gomega v1.4.3 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
298- github.com/oracle/oci-go-sdk/v58 v58 .0.0 h1:DvAK8P3WxwYmzLl5wL5stxrdbJ6AqlnxST4k+4B2J4g =
299- github.com/oracle/oci-go-sdk/v58 v58 .0.0/go.mod h1:iZ1lRt9f1CMGDsOr0ZLbJCmX8Oz5gxIRuu1oI9tqoko =
298+ github.com/oracle/oci-go-sdk/v59 v59 .0.0 h1:+zTvWfj9ZK0OwLRyXjUkZ8dPN3WvkQSRd3iooaOxNVs =
299+ github.com/oracle/oci-go-sdk/v59 v59 .0.0/go.mod h1:PWyWRn+xkQxwwmLq/oO03X3tN1tk2vEIE2tFaJmldHM =
300300github.com/pierrec/lz4 v2.0.5+incompatible /go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY =
301301github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
302302github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ github.com/mitchellh/reflectwalk
314314# github.com/oklog/run v1.0.0
315315## explicit
316316github.com/oklog/run
317- # github.com/oracle/oci-go-sdk/v59 v59.0.0 => ./vendor/github.com/oracle/oci-go-sdk
317+ # github.com/oracle/oci-go-sdk/v59 v59.0.0
318318## explicit; go 1.13
319319github.com/oracle/oci-go-sdk/v59/aianomalydetection
320320github.com/oracle/oci-go-sdk/v59/aivision
You can’t perform that action at this time.
0 commit comments