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 028ba4c commit 61a4a76Copy full SHA for 61a4a76
go.mod
@@ -76,6 +76,6 @@ require (
76
)
77
78
// Uncomment this line to get OCI Go SDK from local source instead of github
79
-//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
+replace github.com/oracle/oci-go-sdk/v65 v65.45.0 => ./vendor/github.com/oracle/oci-go-sdk
80
81
go 1.18
0 commit comments