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 e14b9e6 commit 400d535Copy full SHA for 400d535
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/v58 v58.0.0 => ./vendor/github.com/oracle/oci-go-sdk
97
98
go 1.17
0 commit comments