Skip to content

Commit 8e3f6fb

Browse files
committed
updating sdk version in go.mod
1 parent 0559e75 commit 8e3f6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ require (
9393
)
9494

9595
// 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
96+
replace github.com/oracle/oci-go-sdk/v59 v59.0.0 => ./vendor/github.com/oracle/oci-go-sdk
9797

9898
go 1.17

0 commit comments

Comments
 (0)