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 3b2c1f2 commit 686647dCopy full SHA for 686647d
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.28.3 => ./vendor/github.com/oracle/oci-go-sdk
80
81
go 1.18
0 commit comments