Use full repository path name in place of mrvacommander
This commit is contained in:
committed by
=Michael Hohn
parent
008708469c
commit
a5bb232af2
@@ -2,7 +2,7 @@ package artifactstore
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"mrvacommander/pkg/common"
|
||||
"github.com/hohn/mrvacommander/pkg/common"
|
||||
)
|
||||
|
||||
// Restrict the keys / values for ArtifactLocation and centralize the common ones
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package artifactstore
|
||||
|
||||
import "mrvacommander/pkg/common"
|
||||
import "github.com/hohn/mrvacommander/pkg/common"
|
||||
|
||||
type Store interface {
|
||||
// GetQueryPack retrieves the query pack from the specified location.
|
||||
|
||||
@@ -2,7 +2,7 @@ package artifactstore
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"mrvacommander/pkg/common"
|
||||
"github.com/hohn/mrvacommander/pkg/common"
|
||||
"sync"
|
||||
)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"io"
|
||||
"log/slog"
|
||||
"math"
|
||||
"mrvacommander/pkg/common"
|
||||
"github.com/hohn/mrvacommander/pkg/common"
|
||||
|
||||
"github.com/minio/minio-go/v7"
|
||||
"github.com/minio/minio-go/v7/pkg/credentials"
|
||||
|
||||
Reference in New Issue
Block a user