Use full repository path name in place of mrvacommander
This commit is contained in:
committed by
=Michael Hohn
parent
008708469c
commit
a5bb232af2
@@ -1,8 +1,8 @@
|
||||
package state
|
||||
|
||||
import (
|
||||
"mrvacommander/pkg/common"
|
||||
"mrvacommander/pkg/queue"
|
||||
"github.com/hohn/mrvacommander/pkg/common"
|
||||
"github.com/hohn/mrvacommander/pkg/queue"
|
||||
)
|
||||
|
||||
// StorageInterface defines the methods required for managing storage operations
|
||||
|
||||
@@ -3,8 +3,8 @@ package state
|
||||
import (
|
||||
"fmt"
|
||||
"log/slog"
|
||||
"mrvacommander/pkg/common"
|
||||
"mrvacommander/pkg/queue"
|
||||
"github.com/hohn/mrvacommander/pkg/common"
|
||||
"github.com/hohn/mrvacommander/pkg/queue"
|
||||
"sync"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user