diff --git a/klone.yaml b/klone.yaml index 84086997..a67e1617 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,60 +10,60 @@ targets: - folder_name: api-docs repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/api-docs - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/boilerplate - folder_name: cert-manager repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/cert-manager - folder_name: controller-gen repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/controller-gen - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/generate-verify - folder_name: helm repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/helm - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/help - folder_name: kind repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/kind - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/klone - folder_name: oci-image repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/oci-image - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 726e1603fa16f11a76bfde71f994415b5a2657bd + repo_hash: 1767c3350a073febdbcf6e4a1cd0973f848ba29e repo_path: modules/tools diff --git a/make/_shared/oci-image/image_tool/go.mod b/make/_shared/oci-image/image_tool/go.mod index b4a1fd98..5be35847 100644 --- a/make/_shared/oci-image/image_tool/go.mod +++ b/make/_shared/oci-image/image_tool/go.mod @@ -34,7 +34,7 @@ require ( github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect github.com/vbatts/tar-split v0.11.5 // indirect go.mongodb.org/mongo-driver v1.12.1 // indirect - golang.org/x/crypto v0.16.0 // indirect + golang.org/x/crypto v0.17.0 // indirect golang.org/x/sync v0.5.0 // indirect golang.org/x/sys v0.15.0 // indirect golang.org/x/term v0.15.0 // indirect diff --git a/make/_shared/oci-image/image_tool/go.sum b/make/_shared/oci-image/image_tool/go.sum index 75a16d8f..182ebdb1 100644 --- a/make/_shared/oci-image/image_tool/go.sum +++ b/make/_shared/oci-image/image_tool/go.sum @@ -154,8 +154,8 @@ go.mongodb.org/mongo-driver v1.12.1/go.mod h1:/rGBTebI3XYboVmgz+Wv3Bcbl3aD0QF9zl golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.16.0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY= -golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= +golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k= +golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=