Skip to content

Commit aa9a220

Browse files
kavya498hkantare
authored andcommitted
Fix: Nil pointer exception on lbs of vpc_cluster destroy
1 parent 00a2d43 commit aa9a220

File tree

3 files changed

+80
-97
lines changed

3 files changed

+80
-97
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.12
44

55
require (
66
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
7-
github.com/IBM-Cloud/bluemix-go v0.0.0-20210125055453-344c1ff77d84
7+
github.com/IBM-Cloud/bluemix-go v0.0.0-20210203095940-db28d5e07b55
88
github.com/IBM-Cloud/power-go-client v1.0.55
99
github.com/IBM/apigateway-go-sdk v0.0.0-20200414212859-416e5948678a
1010
github.com/IBM/go-sdk-core v1.1.0
@@ -25,9 +25,7 @@ require (
2525
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
2626
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2727
github.com/ghodss/yaml v1.0.0
28-
github.com/go-openapi/runtime v0.19.15 // indirect
29-
github.com/go-openapi/swag v0.19.9 // indirect
30-
github.com/go-openapi/validate v0.19.8 // indirect
28+
github.com/go-openapi/validate v0.20.1 // indirect
3129
github.com/go-test/deep v1.0.4 // indirect
3230
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
3331
github.com/google/uuid v1.1.1
@@ -46,7 +44,6 @@ require (
4644
github.com/softlayer/softlayer-go v0.0.0-20190814165317-b9062a914a22
4745
github.ibm.com/ibmcloud/namespace-go-sdk v0.0.0-00010101000000-000000000000
4846
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
49-
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 // indirect
5047
golang.org/x/tools v0.0.0-20210107193943-4ed967dd8eff // indirect
5148
gotest.tools v2.2.0+incompatible
5249
)

0 commit comments

Comments
 (0)