move hostlist code into internal folder

Signed-off-by: jason yang <jasonyangshadow@gmail.com>
This commit is contained in:
jason yang
2024-01-23 08:13:41 +00:00
committed by Jonathon Anderson
parent f469065dca
commit c0b9c0996a
17 changed files with 15 additions and 14 deletions

View File

@@ -6,10 +6,10 @@ import (
"strings"
warewulfconf "github.com/hpcng/warewulf/internal/pkg/config"
"github.com/hpcng/warewulf/internal/pkg/hostlist"
"github.com/hpcng/warewulf/internal/pkg/node"
"github.com/hpcng/warewulf/internal/pkg/overlay"
"github.com/hpcng/warewulf/internal/pkg/wwlog"
"github.com/hpcng/warewulf/pkg/hostlist"
"github.com/spf13/cobra"
)