File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module oci-help
33go 1.17
44
55require (
6- github.com/oracle/oci-go-sdk/v49 v49.2 .0
6+ github.com/oracle/oci-go-sdk/v54 v54.0 .0
77 github.com/sony/gobreaker v0.4.2-0.20210216022020-dd874f9dd33b // indirect
88 gopkg.in/ini.v1 v1.63.2
99)
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
22github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3- github.com/oracle/oci-go-sdk/v49 v49.2 .0 h1:l4PUk81EKdTDD4mDg5wrELpdWFqYeE9KYejfNgtsyUI =
4- github.com/oracle/oci-go-sdk/v49 v49.2 .0/go.mod h1:E8q2DXmXnSozLdXHUFF+o3L2gzcWbiFIPFYOYWdqOfc =
3+ github.com/oracle/oci-go-sdk/v54 v54.0 .0 h1:CDLjeSejv2aDpElAJrhKpi6zvT/zhZCZuXchUUZ+LS4 =
4+ github.com/oracle/oci-go-sdk/v54 v54.0 .0/go.mod h1:+t+yvcFGVp+3ZnztnyxqXfQDsMlq8U25faBLa+mqCMc =
55github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
66github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
77github.com/sony/gobreaker v0.4.2-0.20210216022020-dd874f9dd33b h1:br+bPNZsJWKicw/5rALEo67QHs5weyD5tf8WST+4sJ0 =
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ import (
4242 "text/tabwriter"
4343 "time"
4444
45- "github.com/oracle/oci-go-sdk/v49 /common"
46- "github.com/oracle/oci-go-sdk/v49 /core"
47- "github.com/oracle/oci-go-sdk/v49 /example/helpers"
48- "github.com/oracle/oci-go-sdk/v49 /identity"
45+ "github.com/oracle/oci-go-sdk/v54 /common"
46+ "github.com/oracle/oci-go-sdk/v54 /core"
47+ "github.com/oracle/oci-go-sdk/v54 /example/helpers"
48+ "github.com/oracle/oci-go-sdk/v54 /identity"
4949 "gopkg.in/ini.v1"
5050)
5151
You can’t perform that action at this time.
0 commit comments