Fixed imports after refactoring

This commit is contained in:
David Allen 2024-07-28 15:12:26 -06:00
parent ab3ed902ba
commit b1023e7a75
Signed by: towk
GPG key ID: 793B2924A49B3A3F
6 changed files with 17 additions and 17 deletions

View file

@ -7,7 +7,7 @@ import (
"fmt"
"net/http"
"github.com/OpenCHAMI/configurator/internal/util"
"github.com/OpenCHAMI/configurator/pkg/util"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
)