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 f94ec58 commit eace1bfCopy full SHA for eace1bf
go.mod
@@ -68,6 +68,6 @@ require (
68
)
69
70
// Uncomment this line to get OCI Go SDK from local source instead of github
71
-//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
+replace github.com/oracle/oci-go-sdk/v65 v65.65.3 => ./vendor/github.com/oracle/oci-go-sdk
72
73
go 1.21
0 commit comments