Drop those stupid github and vfs deps bumps (#591)

This commit is contained in:
Itxaka
2024-11-06 12:50:14 +01:00
committed by GitHub
parent 6634e18aa3
commit dcad8beac2
21 changed files with 33 additions and 47 deletions

View File

@@ -38,8 +38,8 @@ import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/twpayne/go-vfs/v4"
"github.com/twpayne/go-vfs/v4/vfst"
"github.com/twpayne/go-vfs/v5"
"github.com/twpayne/go-vfs/v5/vfst"
)
func getNamesFromListFiles(list []fs.DirEntry) []string {