We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7df06 commit c8422aeCopy full SHA for c8422ae
go.mod
@@ -77,6 +77,6 @@ require (
77
)
78
79
// Uncomment this line to get OCI Go SDK from local source instead of github
80
-//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
+replace github.com/oracle/oci-go-sdk/v65 v65.13.1 => ./vendor/github.com/oracle/oci-go-sdk
81
82
go 1.17
0 commit comments