mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
update all gopkg imports (#330)
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/wavetermdev/thenextwave/pkg/ijson"
|
||||
"github.com/wavetermdev/waveterm/pkg/ijson"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"io/fs"
|
||||
"os"
|
||||
|
||||
"github.com/wavetermdev/thenextwave/pkg/util/dbutil"
|
||||
"github.com/wavetermdev/waveterm/pkg/util/dbutil"
|
||||
)
|
||||
|
||||
// can return fs.ErrExist
|
||||
|
||||
@@ -13,14 +13,14 @@ import (
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
||||
"github.com/wavetermdev/thenextwave/pkg/util/migrateutil"
|
||||
"github.com/wavetermdev/thenextwave/pkg/wavebase"
|
||||
"github.com/wavetermdev/waveterm/pkg/util/migrateutil"
|
||||
"github.com/wavetermdev/waveterm/pkg/wavebase"
|
||||
|
||||
"github.com/jmoiron/sqlx"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"github.com/sawka/txwrap"
|
||||
|
||||
dbfs "github.com/wavetermdev/thenextwave/db"
|
||||
dbfs "github.com/wavetermdev/waveterm/db"
|
||||
)
|
||||
|
||||
const FilestoreDBName = "filestore.db"
|
||||
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
"github.com/wavetermdev/thenextwave/pkg/ijson"
|
||||
"github.com/wavetermdev/waveterm/pkg/ijson"
|
||||
)
|
||||
|
||||
func initDb(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user