From 8e1e977a89e71c80ad4911887e95bc74c8d28f68 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 6 Jul 2022 17:57:46 +0200 Subject: [PATCH] fix(deps): update module github.com/slsa-framework/slsa-github-generator to v1.1.1 (#124) Co-authored-by: asraa --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b9741bc..2dcb4dc 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/go-openapi/strfmt v0.21.2 github.com/go-openapi/swag v0.21.1 github.com/sigstore/cosign v1.9.1-0.20220617081120-5e261dc13b11 - github.com/slsa-framework/slsa-github-generator v1.0.1-0.20220620171932-8897a8c9a0fc + github.com/slsa-framework/slsa-github-generator v1.1.1 golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 ) diff --git a/go.sum b/go.sum index 9a357a4..572fa3a 100644 --- a/go.sum +++ b/go.sum @@ -1632,6 +1632,8 @@ github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EE github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog= github.com/slsa-framework/slsa-github-generator v1.0.1-0.20220620171932-8897a8c9a0fc h1:ma59DoPLKpxYKeh9lSWKtl+lpMH7MiBD0KAi5hnW9kQ= github.com/slsa-framework/slsa-github-generator v1.0.1-0.20220620171932-8897a8c9a0fc/go.mod h1:vw7xGJ7M0g+5Nuw132CA4PI3mPWmvW1VzAGTruAReTY= +github.com/slsa-framework/slsa-github-generator v1.1.1 h1:uB3t5Nal0TOt64Poy7c0xiOPnw/nJSGQJaKn1NDs3bc= +github.com/slsa-framework/slsa-github-generator v1.1.1/go.mod h1:vw7xGJ7M0g+5Nuw132CA4PI3mPWmvW1VzAGTruAReTY= github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262/go.mod h1:MyOHs9Po2fbM1LHej6sBUT8ozbxmMOFG+E+rx/GSGuc= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/assertions v1.0.0/go.mod h1:kHHU4qYBaI3q23Pp3VPrmWhuIUrLW/7eUrw0BU5VaoM=