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 0559e75 commit 8e3f6fbCopy full SHA for 8e3f6fb
go.mod
@@ -93,6 +93,6 @@ require (
93
)
94
95
// Uncomment this line to get OCI Go SDK from local source instead of github
96
-replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
+replace github.com/oracle/oci-go-sdk/v59 v59.0.0 => ./vendor/github.com/oracle/oci-go-sdk
97
98
go 1.17
0 commit comments