Skip to content

Commit 7e76ef9

Browse files
committed
Vendored - oci-go-sdk for release version v65
1 parent 3bdc77e commit 7e76ef9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
github.com/mitchellh/mapstructure v1.1.2 // indirect
6666
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6767
github.com/oklog/run v1.0.0 // indirect
68-
github.com/oracle/oci-go-sdk/v65 v65.60.0
68+
github.com/oracle/oci-go-sdk/v65 v65.61.0
6969
github.com/pmezard/go-difflib v1.0.0 // indirect
7070
github.com/sony/gobreaker v0.5.0 // indirect
7171
github.com/ulikunitz/xz v0.5.10 // indirect
@@ -86,6 +86,6 @@ require (
8686
)
8787

8888
// Uncomment this line to get OCI Go SDK from local source instead of github
89-
replace github.com/oracle/oci-go-sdk/v65 v65.60.0 => ./vendor/github.com/oracle/oci-go-sdk
89+
//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
9090

9191
go 1.20

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,8 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
509509
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
510510
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
511511
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
512+
github.com/oracle/oci-go-sdk/v65 v65.61.0 h1:zASJu3G3PVTAqOkHyVoSU3Sfeoir4M0WCLr12+rtCkg=
513+
github.com/oracle/oci-go-sdk/v65 v65.61.0/go.mod h1:IBEV9l1qBzUpo7zgGaRUhbB05BVfcDGYRFBCPlTcPp0=
512514
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
513515
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
514516
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

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

Lines changed: 1 addition & 1 deletion
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
@@ -287,7 +287,7 @@ github.com/mitchellh/reflectwalk
287287
# github.com/oklog/run v1.0.0
288288
## explicit
289289
github.com/oklog/run
290-
# github.com/oracle/oci-go-sdk/v65 v65.60.0 => ./vendor/github.com/oracle/oci-go-sdk
290+
# github.com/oracle/oci-go-sdk/v65 v65.61.0
291291
## explicit; go 1.13
292292
github.com/oracle/oci-go-sdk/v65/adm
293293
github.com/oracle/oci-go-sdk/v65/aianomalydetection

0 commit comments

Comments
 (0)