Skip to content

Commit bb17df6

Browse files
committed
Update oci-go-sdk to release version v59
1 parent efe272e commit bb17df6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ require (
9393
)
9494

9595
// Uncomment this line to get OCI Go SDK from local source instead of github
96-
replace github.com/oracle/oci-go-sdk/v59 v59.0.0 => ./vendor/github.com/oracle/oci-go-sdk
96+
//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
9797

9898
go 1.17

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
295295
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
296296
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
297297
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
298-
github.com/oracle/oci-go-sdk/v58 v58.0.0 h1:DvAK8P3WxwYmzLl5wL5stxrdbJ6AqlnxST4k+4B2J4g=
299-
github.com/oracle/oci-go-sdk/v58 v58.0.0/go.mod h1:iZ1lRt9f1CMGDsOr0ZLbJCmX8Oz5gxIRuu1oI9tqoko=
298+
github.com/oracle/oci-go-sdk/v59 v59.0.0 h1:+zTvWfj9ZK0OwLRyXjUkZ8dPN3WvkQSRd3iooaOxNVs=
299+
github.com/oracle/oci-go-sdk/v59 v59.0.0/go.mod h1:PWyWRn+xkQxwwmLq/oO03X3tN1tk2vEIE2tFaJmldHM=
300300
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
301301
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
302302
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ github.com/mitchellh/reflectwalk
314314
# github.com/oklog/run v1.0.0
315315
## explicit
316316
github.com/oklog/run
317-
# github.com/oracle/oci-go-sdk/v59 v59.0.0 => ./vendor/github.com/oracle/oci-go-sdk
317+
# github.com/oracle/oci-go-sdk/v59 v59.0.0
318318
## explicit; go 1.13
319319
github.com/oracle/oci-go-sdk/v59/aianomalydetection
320320
github.com/oracle/oci-go-sdk/v59/aivision

0 commit comments

Comments
 (0)