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

@@ -14,7 +14,7 @@ import (
"github.com/mudler/yip/pkg/plugins"
"github.com/mudler/yip/pkg/schema"
"github.com/rs/zerolog"
"github.com/twpayne/go-vfs"
"github.com/twpayne/go-vfs/v4"
"gopkg.in/yaml.v3"
)