Skip to content

Commit 0e2c9ff

Browse files
committed
Update oci-go-sdk to release version v47.1.0
1 parent 1bd27cc commit 0e2c9ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ require (
1414
)
1515

1616
// Uncomment this line to get OCI Go SDK from local source instead of github
17-
replace github.com/oracle/oci-go-sdk/v47 v47.1.0 => ./vendor/github.com/oracle/oci-go-sdk
17+
//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
1818

1919
go 1.13

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ github.com/mitchellh/mapstructure
256256
github.com/mitchellh/reflectwalk
257257
# github.com/oklog/run v1.0.0
258258
github.com/oklog/run
259-
# github.com/oracle/oci-go-sdk/v47 v47.1.0 => ./vendor/github.com/oracle/oci-go-sdk
259+
# github.com/oracle/oci-go-sdk/v47 v47.1.0
260260
github.com/oracle/oci-go-sdk/v47/aianomalydetection
261261
github.com/oracle/oci-go-sdk/v47/analytics
262262
github.com/oracle/oci-go-sdk/v47/apigateway

0 commit comments

Comments
 (0)