From 148d2348bf79c8eb83bd75bdeb04ea77f8b316b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:50:00 +0000 Subject: [PATCH] build(deps): Bump github.com/deislabs/ratify from 1.2.1 to 1.2.2 Bumps [github.com/deislabs/ratify](https://github.com/deislabs/ratify) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/deislabs/ratify/releases) - [Changelog](https://github.com/ratify-project/ratify/blob/dev/RELEASES.md) - [Commits](https://github.com/deislabs/ratify/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: github.com/deislabs/ratify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c12d73c..842c86b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ratify-project/docker-ratify go 1.22.0 require ( - github.com/deislabs/ratify v1.2.1 + github.com/deislabs/ratify v1.2.2 github.com/spf13/cobra v1.8.1 oras.land/oras-go/v2 v2.5.0 ) diff --git a/go.sum b/go.sum index fc4681e..0eafce5 100644 --- a/go.sum +++ b/go.sum @@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/deislabs/ratify v1.2.1 h1:4cNiT7VG/4C6HSOLI5wVNxEDQnFNoRhsPL0g90jA9i8= -github.com/deislabs/ratify v1.2.1/go.mod h1:bJXlv/cToNhDFRgmQZggJpJ3RNJK3hVgSfvHV7F7Hns= +github.com/deislabs/ratify v1.2.2 h1:di5iafm3Iq96uY4AHMWCRsscrpdRXihIcnzv9LtAC2Y= +github.com/deislabs/ratify v1.2.2/go.mod h1:b1/X0WheBUOFluzxbLjCcC0EGnMWISjg4dC0mgfw/6k= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=