Skip to content

Commit 846099b

Browse files
committed
Update oci-go-sdk to pre-release version 46.1.0
1 parent 064c312 commit 846099b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-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 => ../../oracle/oci-go-sdk
17+
replace github.com/oracle/oci-go-sdk/v46 v46.0.0 => ./vendor/github.com/oracle/oci-go-sdk
1818

1919
go 1.13

vendor/github.com/oracle/oci-go-sdk/v46/database/generate_recommended_network_details.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/v46/database/scan_details.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/v46 v46.0.0
259+
# github.com/oracle/oci-go-sdk/v46 v46.0.0 => ./vendor/github.com/oracle/oci-go-sdk
260260
github.com/oracle/oci-go-sdk/v46/aianomalydetection
261261
github.com/oracle/oci-go-sdk/v46/analytics
262262
github.com/oracle/oci-go-sdk/v46/apigateway

0 commit comments

Comments
 (0)