Skip to content

Commit 856bcfe

Browse files
committed
Exempted - Update oci-go-sdk to release version v65
1 parent 4ef8d30 commit 856bcfe

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ require (
7777
)
7878

7979
// Uncomment this line to get OCI Go SDK from local source instead of github
80-
replace github.com/oracle/oci-go-sdk/v65 v65.13.1 => ./vendor/github.com/oracle/oci-go-sdk
80+
//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
8181

8282
go 1.17

vendor/github.com/oracle/oci-go-sdk/v65/common/auth/federation_client.go

Lines changed: 7 additions & 10 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
@@ -248,7 +248,7 @@ github.com/mitchellh/reflectwalk
248248
# github.com/oklog/run v1.0.0
249249
## explicit
250250
github.com/oklog/run
251-
# github.com/oracle/oci-go-sdk/v65 v65.13.1 => ./vendor/github.com/oracle/oci-go-sdk
251+
# github.com/oracle/oci-go-sdk/v65 v65.13.1
252252
## explicit; go 1.13
253253
github.com/oracle/oci-go-sdk/v65/adm
254254
github.com/oracle/oci-go-sdk/v65/aianomalydetection

0 commit comments

Comments
 (0)