Skip to content

Commit

Permalink
Changes for 1.25 upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Ambika Nair <[email protected]>
  • Loading branch information
ambiknai committed Nov 18, 2022
1 parent 45973dc commit 614e2bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.18

require (
github.com/IBM-Cloud/ibm-cloud-cli-sdk v0.6.7
github.com/IBM/ibmcloud-volume-interface v1.0.1-beta8.0.20221116050026-0b28ba8ea34d
github.com/IBM/secret-common-lib v1.0.7-0.20221116045243-e7431ad51788
github.com/IBM/secret-utils-lib v1.0.7-0.20221116045009-f61bed6dad87
github.com/IBM/ibmcloud-volume-interface v1.1.0
github.com/IBM/secret-common-lib v1.1.0
github.com/IBM/secret-utils-lib v1.1.0
github.com/fatih/structs v1.1.0
github.com/gofrs/uuid v4.2.0+incompatible
github.com/golang-jwt/jwt/v4 v4.2.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ github.com/IBM-Cloud/ibm-cloud-cli-sdk v0.6.7 h1:eHgfQl6IeSmzWUyiSi13CvoFYsovoyq
github.com/IBM-Cloud/ibm-cloud-cli-sdk v0.6.7/go.mod h1:RiUvKuHKTBmBApDMUQzBL14pQUGKcx/IioKQPIcRQjs=
github.com/IBM/go-sdk-core/v5 v5.9.1 h1:06pXbD9Rgmqqe2HA5YAeQbB4eYRRFgIoOT+Kh3cp1zo=
github.com/IBM/go-sdk-core/v5 v5.9.1/go.mod h1:axE2JrRq79gIJTjKPBwV6gWHswvVptBjbcvvCPIxARM=
github.com/IBM/ibmcloud-volume-interface v1.0.1-beta8.0.20221116050026-0b28ba8ea34d h1:Afd/10VIBC9w1Dhx+D5M5sDlN+FcIDKZKR5WswocunI=
github.com/IBM/ibmcloud-volume-interface v1.0.1-beta8.0.20221116050026-0b28ba8ea34d/go.mod h1:7wb9oJMnoJWTAfVpsH8nq5x/JQps1m2bdcCm82IXvaw=
github.com/IBM/secret-common-lib v1.0.7-0.20221116045243-e7431ad51788 h1:MplTvqOWjvT+UcMX1uAtlU9b3rLmv0AI6bczW66Z/1E=
github.com/IBM/secret-common-lib v1.0.7-0.20221116045243-e7431ad51788/go.mod h1:XCA8wzLDxgTc9D2EaqtvrTMOt7IaG8sR+/PymXnp9JA=
github.com/IBM/secret-utils-lib v1.0.7-0.20221116045009-f61bed6dad87 h1:wDjvoFcjOKlTqT3SYblTsM9BXsxTUtNvv8mQfHIf72g=
github.com/IBM/secret-utils-lib v1.0.7-0.20221116045009-f61bed6dad87/go.mod h1:Yfla8xgZ938htp3tgw1NVYPKa8UOGq3QcRIpBE3gLgU=
github.com/IBM/ibmcloud-volume-interface v1.1.0 h1:bM/vx6jROCqDSylE3hJImIehL5mwPb0Zje5bNd4IHTM=
github.com/IBM/ibmcloud-volume-interface v1.1.0/go.mod h1:2yUPtRVOT5qAxiK1kl5SN6Q6EPNm2tHlLTctfSFxVJE=
github.com/IBM/secret-common-lib v1.1.0 h1:Rwy28S07ppJ/ceVSaEkAxHCjnLYEt4WDbVYLsn7r7TI=
github.com/IBM/secret-common-lib v1.1.0/go.mod h1:xhNJawiv/ZnihvdAtIc5cJLFDdJ03n3qwDsiFcbNOFM=
github.com/IBM/secret-utils-lib v1.1.0 h1:1TDb+FwWBLhZ85IsEe6VbCOaztcSoMuNYFjGUM0kGx0=
github.com/IBM/secret-utils-lib v1.1.0/go.mod h1:Yfla8xgZ938htp3tgw1NVYPKa8UOGq3QcRIpBE3gLgU=
github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=
Expand Down

0 comments on commit 614e2bc

Please sign in to comment.