Updated imports to use pkg/ instead of internal/

This commit is contained in:
David Allen 2024-07-10 12:19:27 -06:00
parent 7361ec739f
commit 7115954cf1
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
9 changed files with 102 additions and 73 deletions

View file

@ -12,7 +12,7 @@ import (
"os"
"time"
"github.com/OpenCHAMI/configurator/internal/util"
"github.com/OpenCHAMI/configurator/pkg/util"
)
type ClientOption func(*SmdClient)