mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Updated imports to use pkg/ instead of internal/
This commit is contained in:
parent
7361ec739f
commit
7115954cf1
9 changed files with 102 additions and 73 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/OpenCHAMI/configurator/internal/util"
|
||||
"github.com/OpenCHAMI/configurator/pkg/util"
|
||||
)
|
||||
|
||||
type ClientOption func(*SmdClient)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue