File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/IBM-Cloud/bluemix-go v0.0.0-20201019071904-51caa09553fb
7
7
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
9
9
github.com/container-storage-interface/spec v1.5.0
10
10
github.com/davecgh/go-spew v1.1.1
11
11
github.com/golang-jwt/jwt v3.2.2+incompatible
@@ -14,6 +14,7 @@ require (
14
14
github.com/kubernetes-csi/csi-test v2.2.0+incompatible
15
15
github.com/onsi/ginkgo v1.16.5
16
16
github.com/onsi/gomega v1.18.1
17
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
17
18
google.golang.org/grpc v1.44.0
18
19
k8s.io/api v0.23.2
19
20
k8s.io/apimachinery v0.23.2
@@ -99,7 +100,6 @@ require (
99
100
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
100
101
golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
101
102
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
102
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
103
103
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
104
104
golang.org/x/text v0.3.7 // indirect
105
105
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
Original file line number Diff line number Diff line change @@ -60,8 +60,9 @@ github.com/IBM-Cloud/bluemix-go v0.0.0-20201019071904-51caa09553fb h1:ke+JASYimC
60
60
github.com/IBM-Cloud/bluemix-go v0.0.0-20201019071904-51caa09553fb /go.mod h1:gPJbH1etcDj7qS/hBRiLuYW9CY0bRcostSKusa51xR0 =
61
61
github.com/IBM-Cloud/power-go-client v1.1.0 h1:wHkQsiiHDG1/g4MnLiiZjFwu+fSqGxoLCrTEm4LFppY =
62
62
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 =
64
63
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 =
65
66
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab /go.mod h1:3VYc5hodBMJ5+l/7J4xAyMeuM2PNuepvHlGs8yilUCA =
66
67
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd /go.mod h1:64YHyfSL2R96J44Nlwm39UHepQbyR5q10x7iYa1ks2E =
67
68
github.com/Microsoft/go-winio v0.4.15 /go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw =
You can’t perform that action at this time.
0 commit comments