Author: Reinhard Tartler <siretart@tauware.de>
Description: fix compilation against the packaged version of sylabs/sif

Index: golang-github-containers-image/sif/load.go
===================================================================
--- golang-github-containers-image.orig/sif/load.go
+++ golang-github-containers-image/sif/load.go
@@ -11,7 +11,7 @@ import (
 	"strings"
 
 	"github.com/sirupsen/logrus"
-	"github.com/sylabs/sif/v2/pkg/sif"
+	"github.com/sylabs/sif/pkg/sif"
 )
 
 // injectedScriptTargetPath is the path injectedScript should be written to in the created image.
Index: golang-github-containers-image/sif/src.go
===================================================================
--- golang-github-containers-image.orig/sif/src.go
+++ golang-github-containers-image/sif/src.go
@@ -18,7 +18,7 @@ import (
 	imgspecs "github.com/opencontainers/image-spec/specs-go"
 	imgspecv1 "github.com/opencontainers/image-spec/specs-go/v1"
 	"github.com/sirupsen/logrus"
-	"github.com/sylabs/sif/v2/pkg/sif"
+	"github.com/sylabs/sif/pkg/sif"
 )
 
 type sifImageSource struct {
