Zmiana nazwy modułu
This commit is contained in:
parent
ccd0ba0e5f
commit
da44ecf8e6
@ -3,8 +3,8 @@ package main
|
||||
import (
|
||||
"os"
|
||||
|
||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
|
||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/mgr"
|
||||
"baal.ar76.eu/x/pub/multisql/cfg"
|
||||
"baal.ar76.eu/x/pub/multisql/mgr"
|
||||
|
||||
"log"
|
||||
)
|
||||
|
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
||||
module gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql
|
||||
module baal.ar76.eu/x/pub/multisql
|
||||
|
||||
go 1.19
|
||||
|
@ -8,8 +8,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
|
||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/psql"
|
||||
"baal.ar76.eu/x/pub/multisql/cfg"
|
||||
"baal.ar76.eu/x/pub/multisql/psql"
|
||||
)
|
||||
|
||||
type Manager struct {
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
|
||||
"gitlab161.poland.asseco.corp/cyfrowagranica/tools/multisql/cfg"
|
||||
"baal.ar76.eu/x/pub/multisql/cfg"
|
||||
)
|
||||
|
||||
type Instance struct {
|
||||
|
Loading…
Reference in New Issue
Block a user