Use full repository path name in place of mrvacommander
This commit is contained in:
committed by
=Michael Hohn
parent
008708469c
commit
a5bb232af2
@@ -4,9 +4,9 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
"log/slog"
|
||||
"mrvacommander/pkg/artifactstore"
|
||||
"mrvacommander/pkg/qldbstore"
|
||||
"mrvacommander/pkg/queue"
|
||||
"github.com/hohn/mrvacommander/pkg/artifactstore"
|
||||
"github.com/hohn/mrvacommander/pkg/qldbstore"
|
||||
"github.com/hohn/mrvacommander/pkg/queue"
|
||||
"os"
|
||||
"strconv"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user