Skip to content

Commit 072c24c

Browse files
committed
更新 oci-go-sdk 版本
1 parent 7b46018 commit 072c24c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module oci-help
33
go 1.17
44

55
require (
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
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
22
github.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=
55
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
66
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
77
github.com/sony/gobreaker v0.4.2-0.20210216022020-dd874f9dd33b h1:br+bPNZsJWKicw/5rALEo67QHs5weyD5tf8WST+4sJ0=

main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)