File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
github.com/oracle/oci-go-sdk/v65/common Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ require (
53
53
github.com/mitchellh/mapstructure v1.1.2 // indirect
54
54
github.com/mitchellh/reflectwalk v1.0.2 // indirect
55
55
github.com/oklog/run v1.0.0 // indirect
56
- github.com/oracle/oci-go-sdk/v65 v65.31.0
56
+ github.com/oracle/oci-go-sdk/v65 v65.31.1
57
57
github.com/pmezard/go-difflib v1.0.0 // indirect
58
58
github.com/sony/gobreaker v0.5.0 // indirect
59
59
github.com/ulikunitz/xz v0.5.8 // indirect
@@ -76,6 +76,6 @@ require (
76
76
)
77
77
78
78
// Uncomment this line to get OCI Go SDK from local source instead of github
79
- replace github.com/oracle/oci-go-sdk/v65 v65.31.0 => ./vendor/github.com /oracle/oci-go-sdk
79
+ // replace github.com/oracle/oci-go-sdk => ../.. /oracle/oci-go-sdk
80
80
81
81
go 1.18
Original file line number Diff line number Diff line change @@ -289,8 +289,8 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
289
289
github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
290
290
github.com/onsi/ginkgo v1.7.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
291
291
github.com/onsi/gomega v1.4.3 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
292
- github.com/oracle/oci-go-sdk/v65 v65.31.0 h1:lDm6L3+/30+tKYHx9RCwsYxJEZUWJ/KEOU4egTQDi+0 =
293
- github.com/oracle/oci-go-sdk/v65 v65.31.0 /go.mod h1:oyMrMa1vOzzKTmPN+kqrTR9y9kPA2tU1igN3NUSNTIE =
292
+ github.com/oracle/oci-go-sdk/v65 v65.31.1 h1:GcVydzh3M4IbH4Y1XienA3W/bR02SMag0stfw9UbjtQ =
293
+ github.com/oracle/oci-go-sdk/v65 v65.31.1 /go.mod h1:oyMrMa1vOzzKTmPN+kqrTR9y9kPA2tU1igN3NUSNTIE =
294
294
github.com/pierrec/lz4 v2.0.5+incompatible /go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY =
295
295
github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
296
296
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ github.com/mitchellh/reflectwalk
248
248
# github.com/oklog/run v1.0.0
249
249
## explicit
250
250
github.com/oklog/run
251
- # github.com/oracle/oci-go-sdk/v65 v65.31.0 => ./vendor/github.com/oracle/oci-go-sdk
251
+ # github.com/oracle/oci-go-sdk/v65 v65.31.1
252
252
## explicit; go 1.13
253
253
github.com/oracle/oci-go-sdk/v65/adm
254
254
github.com/oracle/oci-go-sdk/v65/aianomalydetection
You can’t perform that action at this time.
0 commit comments