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 48236da commit 13cc61bCopy full SHA for 13cc61b
go.mod
@@ -74,7 +74,7 @@ require (
74
)
75
76
// Uncomment this line to get OCI Go SDK from local source instead of github
77
-//replace github.com/oracle/oci-go-sdk/v65 => ../../oracle/oci-go-sdk
+replace github.com/oracle/oci-go-sdk/v65 v65.95.0 => ./vendor/github.com/oracle/oci-go-sdk
78
go 1.23.0
79
80
toolchain go1.23.9
0 commit comments