Skip to content

Commit

Permalink
Fix HPCS Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 authored and hkantare committed Sep 29, 2020
1 parent 434d7f1 commit 677d695
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.12

require (
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
github.com/IBM-Cloud/bluemix-go v0.0.0-20200928122625-60d1f2f40c15
github.com/IBM-Cloud/bluemix-go v0.0.0-20200929101244-3d3ebff67c98
github.com/IBM-Cloud/power-go-client v1.0.48
github.com/IBM/apigateway-go-sdk v0.0.0-20200414212859-416e5948678a
github.com/IBM/dns-svcs-go-sdk v0.0.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ github.com/IBM-Cloud/bluemix-go v0.0.0-20200921095234-26d1d0148c62 h1:8I8Z3mRorZ
github.com/IBM-Cloud/bluemix-go v0.0.0-20200921095234-26d1d0148c62/go.mod h1:gPJbH1etcDj7qS/hBRiLuYW9CY0bRcostSKusa51xR0=
github.com/IBM-Cloud/bluemix-go v0.0.0-20200928122625-60d1f2f40c15 h1:2prJvW3vJuDbRUfTHP95ELKapQNDcfthaa/oOjjqUlU=
github.com/IBM-Cloud/bluemix-go v0.0.0-20200928122625-60d1f2f40c15/go.mod h1:gPJbH1etcDj7qS/hBRiLuYW9CY0bRcostSKusa51xR0=
github.com/IBM-Cloud/bluemix-go v0.0.0-20200929101244-3d3ebff67c98 h1:qAl4eigZyycBsf7AqIdPbRE/5v7eRW0bD65jy6PrKxo=
github.com/IBM-Cloud/bluemix-go v0.0.0-20200929101244-3d3ebff67c98/go.mod h1:gPJbH1etcDj7qS/hBRiLuYW9CY0bRcostSKusa51xR0=
github.com/IBM-Cloud/ibm-cloud-cli-sdk v0.6.7/go.mod h1:RiUvKuHKTBmBApDMUQzBL14pQUGKcx/IioKQPIcRQjs=
github.com/IBM-Cloud/power-go-client v1.0.48 h1:iIMKJn+Pi5XwDV5mav4Pdl5QbAGaaoKFHmNoLuCLYHU=
github.com/IBM-Cloud/power-go-client v1.0.48/go.mod h1:+mOxjyLeLIloR4EMHTpiDbN+FilZpiVHTwu5eqi+cbI=
Expand Down
8 changes: 4 additions & 4 deletions vendor/github.com/IBM-Cloud/bluemix-go/endpoints/endpoints.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cloud.google.com/go/internal/optional
cloud.google.com/go/internal/trace
cloud.google.com/go/internal/version
cloud.google.com/go/storage
# github.com/IBM-Cloud/bluemix-go v0.0.0-20200928122625-60d1f2f40c15
# github.com/IBM-Cloud/bluemix-go v0.0.0-20200929101244-3d3ebff67c98
github.com/IBM-Cloud/bluemix-go
github.com/IBM-Cloud/bluemix-go/api/account/accountv1
github.com/IBM-Cloud/bluemix-go/api/account/accountv2
Expand Down Expand Up @@ -536,7 +536,7 @@ golang.org/x/crypto/pbkdf2
golang.org/x/crypto/poly1305
golang.org/x/crypto/ssh
golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
# golang.org/x/net v0.0.0-20200625001655-4c5254603344
# golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/net/context
golang.org/x/net/context/ctxhttp
golang.org/x/net/http/httpguts
Expand Down

0 comments on commit 677d695

Please sign in to comment.