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 941466f commit 790452aCopy full SHA for 790452a
go.mod
@@ -71,6 +71,6 @@ require (
71
)
72
73
// Uncomment this line to get OCI Go SDK from local source instead of github
74
-//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
+replace github.com/oracle/oci-go-sdk/v65 v65.88.0 => ./vendor/github.com/oracle/oci-go-sdk
75
76
go 1.21
0 commit comments