From 7cf2b2342804b53aad980af6fd81b40e4fbe9efa Mon Sep 17 00:00:00 2001 From: GunaKKIBM <92353386+GunaKKIBM@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:47:18 +0530 Subject: [PATCH] Opensource comment utils lib (#61) * Updating secret utils lib - Addressed opensource PR comments * Updating release --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 847f0b4..49a0ee0 100644 --- a/go.mod +++ b/go.mod @@ -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.1.0 - github.com/IBM/secret-common-lib v1.1.0 - github.com/IBM/secret-utils-lib v1.1.0 + github.com/IBM/ibmcloud-volume-interface v1.1.1 + github.com/IBM/secret-common-lib v1.1.1 + github.com/IBM/secret-utils-lib v1.1.1 github.com/fatih/structs v1.1.0 github.com/gofrs/uuid v4.2.0+incompatible github.com/golang-jwt/jwt/v4 v4.2.0 diff --git a/go.sum b/go.sum index 5c8dffd..c99e0fd 100644 --- a/go.sum +++ b/go.sum @@ -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.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/IBM/ibmcloud-volume-interface v1.1.1 h1:RlwEj8bq+aASdb90Lng4rINMYR96/G6yUvyk/ATmptA= +github.com/IBM/ibmcloud-volume-interface v1.1.1/go.mod h1:coaQ/FD5NRgFfaAnjkoxv+e6MNSl2UAeQwC38szQ5G8= +github.com/IBM/secret-common-lib v1.1.1 h1:Ijm7lRnbChQzFtDKKwsUg9ojxQ2KFw06hD/P+bmso10= +github.com/IBM/secret-common-lib v1.1.1/go.mod h1:XAMi3upx2DZRblj8UII+LRopY5lpW1sd3d/vs92DWoA= +github.com/IBM/secret-utils-lib v1.1.1 h1:hipBsSa7FqWTI015BaAmxEwBIL2ZffGB6vrF4GfpYtI= +github.com/IBM/secret-utils-lib v1.1.1/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=