Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci patch release #44

Merged
merged 3 commits into from
May 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.15

require (
github.com/IBM-Cloud/ibm-cloud-cli-sdk v0.6.7
github.com/IBM/ibmcloud-volume-interface v1.0.1-beta2
github.com/IBM/secret-common-lib v1.0.1
github.com/IBM/secret-utils-lib v1.0.0
github.com/IBM/ibmcloud-volume-interface v1.0.1-beta3
github.com/IBM/secret-common-lib v1.0.2
github.com/IBM/secret-utils-lib v1.0.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 @@ -46,12 +46,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-beta2 h1:K5CcIsjhQqptMfZaGkzInghwMhxam9xnuGZ8fUZaPOk=
github.com/IBM/ibmcloud-volume-interface v1.0.1-beta2/go.mod h1:DKjLV0a+2k7hU1A/HoY/VdMD3VAynAffAmjFBD6upVA=
github.com/IBM/secret-common-lib v1.0.1 h1:zEMGEXTD8JIM1xNIShu/8Ud7GD7OQ0f1tCxLVqLNe0o=
github.com/IBM/secret-common-lib v1.0.1/go.mod h1:cfPn5m4IWVtk+6SVtRL4ti+0MI2ZqtkITasuA1M0/HI=
github.com/IBM/secret-utils-lib v1.0.0 h1:W3kdWfSwArFxMG0jy3ug5dkhPcEPX3RWM5O3Ostilg8=
github.com/IBM/secret-utils-lib v1.0.0/go.mod h1:2BB21TH5/hjq8j/KWBd3UwFIPRhEfjNyVjGdDRiDRDs=
github.com/IBM/ibmcloud-volume-interface v1.0.1-beta3 h1:Yvydaol4OPm9dmV0r1V1YyBTUXyjQe8wg9rdaA+SJyY=
github.com/IBM/ibmcloud-volume-interface v1.0.1-beta3/go.mod h1:4h5QrNoW1ZvSdcHlXAX/YKitPEPblpGIZZkhV+QwihA=
github.com/IBM/secret-common-lib v1.0.2 h1:YExaLpUT55FgyAt3lKhOwXQrcEcddAJKzyb3M/B2Mo4=
github.com/IBM/secret-common-lib v1.0.2/go.mod h1:QzBJGlzhY2qZQGtBDWaHhMj4IOMouK/Nd2O/P87eRec=
github.com/IBM/secret-utils-lib v1.0.1 h1:DBvP+2URJNN0kf8D7dKlSaGlfRo0MoOdDksavNIF45I=
github.com/IBM/secret-utils-lib v1.0.1/go.mod h1:2BB21TH5/hjq8j/KWBd3UwFIPRhEfjNyVjGdDRiDRDs=
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
Expand Down