Use full repository path name in place of mrvacommander

This commit is contained in:
Michael Hohn
2024-12-13 10:54:35 -08:00
committed by =Michael Hohn
parent 008708469c
commit a5bb232af2
20 changed files with 47 additions and 51 deletions

View File

@@ -14,10 +14,10 @@ import (
"strings"
"time"
"mrvacommander/pkg/artifactstore"
"mrvacommander/pkg/common"
"mrvacommander/pkg/queue"
"mrvacommander/utils"
"github.com/hohn/mrvacommander/pkg/artifactstore"
"github.com/hohn/mrvacommander/pkg/common"
"github.com/hohn/mrvacommander/pkg/queue"
"github.com/hohn/mrvacommander/utils"
"github.com/gorilla/mux"
)

View File

@@ -1,11 +1,11 @@
package server
import (
"mrvacommander/pkg/artifactstore"
"mrvacommander/pkg/common"
"mrvacommander/pkg/qldbstore"
"mrvacommander/pkg/queue"
"mrvacommander/pkg/state"
"github.com/hohn/mrvacommander/pkg/artifactstore"
"github.com/hohn/mrvacommander/pkg/common"
"github.com/hohn/mrvacommander/pkg/qldbstore"
"github.com/hohn/mrvacommander/pkg/queue"
"github.com/hohn/mrvacommander/pkg/state"
)
type SessionInfo struct {