Skip to content

Commit cf16c02

Browse files
author
Power Cloud Robot
authored
Merge pull request #112 from ppc64le-cloud/dependabot/go_modules/github.com/IBM/go-sdk-core/v5-5.9.2
Bump github.com/IBM/go-sdk-core/v5 from 5.9.1 to 5.9.2
2 parents b538db9 + 8051a08 commit cf16c02

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/IBM-Cloud/bluemix-go v0.0.0-20201019071904-51caa09553fb
77
github.com/IBM-Cloud/power-go-client v1.1.0
8-
github.com/IBM/go-sdk-core/v5 v5.9.1
8+
github.com/IBM/go-sdk-core/v5 v5.9.2
99
github.com/container-storage-interface/spec v1.5.0
1010
github.com/davecgh/go-spew v1.1.1
1111
github.com/golang-jwt/jwt v3.2.2+incompatible
@@ -14,6 +14,7 @@ require (
1414
github.com/kubernetes-csi/csi-test v2.2.0+incompatible
1515
github.com/onsi/ginkgo v1.16.5
1616
github.com/onsi/gomega v1.18.1
17+
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
1718
google.golang.org/grpc v1.44.0
1819
k8s.io/api v0.23.2
1920
k8s.io/apimachinery v0.23.2
@@ -99,7 +100,6 @@ require (
99100
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
100101
golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
101102
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
102-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
103103
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
104104
golang.org/x/text v0.3.7 // indirect
105105
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ github.com/IBM-Cloud/bluemix-go v0.0.0-20201019071904-51caa09553fb h1:ke+JASYimC
6060
github.com/IBM-Cloud/bluemix-go v0.0.0-20201019071904-51caa09553fb/go.mod h1:gPJbH1etcDj7qS/hBRiLuYW9CY0bRcostSKusa51xR0=
6161
github.com/IBM-Cloud/power-go-client v1.1.0 h1:wHkQsiiHDG1/g4MnLiiZjFwu+fSqGxoLCrTEm4LFppY=
6262
github.com/IBM-Cloud/power-go-client v1.1.0/go.mod h1:Ky1qQYJ7WPS4OO3J80sTf+sMcBb92bulVwsDg1cPCuI=
63-
github.com/IBM/go-sdk-core/v5 v5.9.1 h1:06pXbD9Rgmqqe2HA5YAeQbB4eYRRFgIoOT+Kh3cp1zo=
6463
github.com/IBM/go-sdk-core/v5 v5.9.1/go.mod h1:axE2JrRq79gIJTjKPBwV6gWHswvVptBjbcvvCPIxARM=
64+
github.com/IBM/go-sdk-core/v5 v5.9.2 h1:QKB5JwhlZfRvFHqcOwMeu/Dis/Q7qCBxrQLhx04onMc=
65+
github.com/IBM/go-sdk-core/v5 v5.9.2/go.mod h1:YlOwV9LeuclmT/qi/LAK2AsobbAP42veV0j68/rlZsE=
6566
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab/go.mod h1:3VYc5hodBMJ5+l/7J4xAyMeuM2PNuepvHlGs8yilUCA=
6667
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd/go.mod h1:64YHyfSL2R96J44Nlwm39UHepQbyR5q10x7iYa1ks2E=
6768
github.com/Microsoft/go-winio v0.4.15/go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw=

0 commit comments

Comments
 (0)