Skip to content

Commit 13cc61b

Browse files
ravinitpsankhsin
authored andcommitted
Fixed Inconsistent vendoring
1 parent 48236da commit 13cc61b

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
@@ -74,7 +74,7 @@ require (
7474
)
7575

7676
// Uncomment this line to get OCI Go SDK from local source instead of github
77-
//replace github.com/oracle/oci-go-sdk/v65 => ../../oracle/oci-go-sdk
77+
replace github.com/oracle/oci-go-sdk/v65 v65.95.0 => ./vendor/github.com/oracle/oci-go-sdk
7878
go 1.23.0
7979

8080
toolchain go1.23.9

0 commit comments

Comments
 (0)