🤖 Adapt makefile/scripts to ginkgo changes

This commit is contained in:
Ettore Di Giacinto
2021-12-31 21:01:40 +01:00
parent 1c1045ace1
commit f922d26d37
214 changed files with 10136 additions and 7936 deletions

View File

@@ -25,7 +25,7 @@ import (
"github.com/mudler/luet/pkg/api/core/types/artifact"
"github.com/mudler/luet/pkg/compiler/backend"
"github.com/mudler/luet/pkg/helpers/file"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)