Bump to vfs4 (#230)

This commit is contained in:
Itxaka
2024-03-15 12:26:26 +01:00
committed by GitHub
parent a78e2b7ce7
commit efb4d45aa8
4 changed files with 65 additions and 101 deletions

View File

@@ -7,8 +7,8 @@ import (
"github.com/kairos-io/immucore/tests/mocks"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/twpayne/go-vfs"
"github.com/twpayne/go-vfs/vfst"
"github.com/twpayne/go-vfs/v4"
"github.com/twpayne/go-vfs/v4/vfst"
"os"
"path/filepath"
)