Use full repository path name in place of mrvacommander
This commit is contained in:
committed by
=Michael Hohn
parent
008708469c
commit
a5bb232af2
@@ -1,7 +1,7 @@
|
||||
package qldbstore
|
||||
|
||||
import (
|
||||
"mrvacommander/pkg/common"
|
||||
"github.com/hohn/mrvacommander/pkg/common"
|
||||
)
|
||||
|
||||
type Store interface {
|
||||
|
||||
@@ -2,7 +2,7 @@ package qldbstore
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"mrvacommander/pkg/common"
|
||||
"github.com/hohn/mrvacommander/pkg/common"
|
||||
"os"
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
"log/slog"
|
||||
"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