From 992965de65d7cb4de5bbe6b21452d3f489b9d29d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:12:41 +0000 Subject: [PATCH] deps: update module github.com/sylabs/sif/v2 to v2.15.0 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f8a31df..677197b 100644 --- a/go.mod +++ b/go.mod @@ -261,7 +261,7 @@ require ( replace ( github.com/containerd/containerd => github.com/containerd/containerd v1.7.6 - github.com/sylabs/sif/v2 => github.com/sylabs/sif/v2 v2.14.1 + github.com/sylabs/sif/v2 => github.com/sylabs/sif/v2 v2.15.0 go.etcd.io/etcd/v3 => go.etcd.io/etcd/v3 v3.6.0-alpha.0 golang.org/x/net => golang.org/x/net v0.15.0 gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1 diff --git a/go.sum b/go.sum index 3c0dd2b..6910b1d 100644 --- a/go.sum +++ b/go.sum @@ -1126,6 +1126,8 @@ github.com/subosito/gotenv v1.4.2 h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8 github.com/subosito/gotenv v1.4.2/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= 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/sylabs/sif/v2 v2.15.0 h1:Nv0tzksFnoQiQ2eUwpAis9nVqEu4c3RcNSxX8P3Cecw= +github.com/sylabs/sif/v2 v2.15.0/go.mod h1:X1H7eaPz6BAxA84POMESXoXfTqgAnLQkujyF/CQFWTc= github.com/sylabs/squashfs v0.6.1 h1:4hgvHnD9JGlYWwT0bPYNt9zaz23mAV3Js+VEgQoRGYQ= github.com/sylabs/squashfs v0.6.1/go.mod h1:ZwpbPCj0ocIvMy2br6KZmix6Gzh6fsGQcCnydMF+Kx8= github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=