Skip to content

Commit 92d64a7

Browse files
Merge pull request #1157 from AshwinHIBM/update-powervs-utils
MULTIARCH-5164: Update powervs-utils regions to include us-south and tor
2 parents 49bf6ae + e78f38a commit 92d64a7

File tree

4 files changed

+137
-17
lines changed

4 files changed

+137
-17
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/openshift/build-machinery-go v0.0.0-20240419090851-af9c868bcf52
3737
github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87
3838
github.com/openshift/library-go v0.0.0-20240709182732-b94141242b0c
39-
github.com/ppc64le-cloud/powervs-utils v0.0.0-20240105123432-7588e9595c17
39+
github.com/ppc64le-cloud/powervs-utils v0.0.0-20240610070307-1c0d75a5c247
4040
github.com/prometheus/client_golang v1.16.0
4141
github.com/prometheus/client_model v0.4.0
4242
github.com/prometheus/common v0.44.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZ
970970
github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qRg=
971971
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
972972
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
973-
github.com/ppc64le-cloud/powervs-utils v0.0.0-20240105123432-7588e9595c17 h1:4Hd7ppyxQE648qShgm62PNXehIOMSOZR0V9zySJEgzE=
974-
github.com/ppc64le-cloud/powervs-utils v0.0.0-20240105123432-7588e9595c17/go.mod h1:KImYgHmvBVtAczNhyDBDSN54PGIdz0+QiPVQMmObEQY=
973+
github.com/ppc64le-cloud/powervs-utils v0.0.0-20240610070307-1c0d75a5c247 h1:XY7lIZaLKFDyETNfTTiYmaXO+mk9apox4otFel88nUk=
974+
github.com/ppc64le-cloud/powervs-utils v0.0.0-20240610070307-1c0d75a5c247/go.mod h1:yfr6HHPYyJzVgnivMsobLMbHQqUHrzcIqWM4Nav4kc8=
975975
github.com/prometheus/client_golang v1.16.0 h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=
976976
github.com/prometheus/client_golang v1.16.0/go.mod h1:Zsulrv/L9oM40tJ7T815tM89lFEugiJ9HzIqaAx4LKc=
977977
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

vendor/github.com/ppc64le-cloud/powervs-utils/region.go

Lines changed: 132 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ github.com/pkg/errors
730730
# github.com/pkg/profile v1.3.0
731731
## explicit
732732
github.com/pkg/profile
733-
# github.com/ppc64le-cloud/powervs-utils v0.0.0-20240105123432-7588e9595c17
734-
## explicit; go 1.15
733+
# github.com/ppc64le-cloud/powervs-utils v0.0.0-20240610070307-1c0d75a5c247
734+
## explicit; go 1.21
735735
github.com/ppc64le-cloud/powervs-utils
736736
# github.com/prometheus/client_golang v1.16.0
737737
## explicit; go 1.17

0 commit comments

Comments
 (0)