Move helpers/cli to cmd/helpers

This commit is contained in:
Daniele Rondina
2020-05-23 08:51:33 +02:00
parent 916b2a8927
commit dba6c361c2
6 changed files with 6 additions and 6 deletions

View File

@@ -18,10 +18,10 @@ import (
"io/ioutil"
"os"
helpers "github.com/mudler/luet/cmd/helpers"
"github.com/mudler/luet/pkg/compiler"
"github.com/mudler/luet/pkg/compiler/backend"
. "github.com/mudler/luet/pkg/config"
helpers "github.com/mudler/luet/pkg/helpers"
. "github.com/mudler/luet/pkg/logger"
pkg "github.com/mudler/luet/pkg/package"
tree "github.com/mudler/luet/pkg/tree"