From 54c0a8fd32dc0db6d0d1dc653c2e9c9e1b270d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:13:00 -0400 Subject: [PATCH] chore(deps): bump github.com/sylabs/sif/v2 from 2.14.0 to 2.14.1 (#23) Bumps [github.com/sylabs/sif/v2](https://github.com/sylabs/sif) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/sylabs/sif/releases) - [Changelog](https://github.com/sylabs/sif/blob/main/.goreleaser.yml) - [Commits](https://github.com/sylabs/sif/compare/v2.14.0...v2.14.1) --- updated-dependencies: - dependency-name: github.com/sylabs/sif/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index be6a0b8..9353fd2 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/google/go-containerregistry v0.16.1 github.com/sebdah/goldie/v2 v2.5.3 - github.com/sylabs/sif/v2 v2.14.0 + github.com/sylabs/sif/v2 v2.14.1 ) require ( diff --git a/go.sum b/go.sum index 89f6d8f..fc9eba5 100644 --- a/go.sum +++ b/go.sum @@ -55,8 +55,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8= github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/sylabs/sif/v2 v2.14.0 h1:B0kQjNVa6zDPKe5lWK2LgOt0ofDwQwzHy0iS22MUITo= -github.com/sylabs/sif/v2 v2.14.0/go.mod h1:X1H7eaPz6BAxA84POMESXoXfTqgAnLQkujyF/CQFWTc= +github.com/sylabs/sif/v2 v2.14.1 h1:V6gOt7kmXobYh4bzHWOBPu9qDeX8ruwlnF1M6SjBnsw= +github.com/sylabs/sif/v2 v2.14.1/go.mod h1:X1H7eaPz6BAxA84POMESXoXfTqgAnLQkujyF/CQFWTc= github.com/urfave/cli v1.22.12/go.mod h1:sSBEIC79qR6OvcmsD4U3KABeOTxDqQtdDnaFuUN30b8= github.com/vbatts/tar-split v0.11.3 h1:hLFqsOLQ1SsppQNTMpkpPXClLDfC2A3Zgy9OUU+RVck= github.com/vbatts/tar-split v0.11.3/go.mod h1:9QlHN18E+fEH7RdG+QAJJcuya3rqT7eXSTY7wGrAokY=