Skip to content

Commit e50384b

Browse files
authored
update power-go-client to v1.0.76 (#397)
1 parent eb40705 commit e50384b

File tree

2 files changed

+73
-20
lines changed

2 files changed

+73
-20
lines changed

go.mod

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

55
require (
66
github.com/IBM-Cloud/bluemix-go v0.0.0-20200921095234-26d1d0148c62
7-
github.com/IBM-Cloud/power-go-client v1.0.75
7+
github.com/IBM-Cloud/power-go-client v1.0.76
88
github.com/IBM/go-sdk-core/v5 v5.7.1
99
github.com/IBM/vpc-go-sdk v0.13.0
1010
github.com/go-logr/logr v0.4.0
@@ -22,8 +22,4 @@ require (
2222
sigs.k8s.io/controller-runtime v0.9.7
2323
)
2424

25-
replace (
26-
//TODO(mkumatag): remove this when github.com/IBM-Cloud/power-go-client adopts the recent version of github.com/go-openapi/errors package
27-
github.com/go-openapi/errors => github.com/go-openapi/errors v0.19.3
28-
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v0.4.4
29-
)
25+
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v0.4.4

0 commit comments

Comments
 (0)