Skip to content

Commit

Permalink
Opensource comment utils lib (#61)
Browse files Browse the repository at this point in the history
* Updating secret utils lib - Addressed opensource PR comments

* Updating release
  • Loading branch information
GunaKKIBM authored Dec 20, 2022
1 parent 1e06c94 commit 7cf2b23
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.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
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.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=
Expand Down

0 comments on commit 7cf2b23

Please sign in to comment.