Move project to Navidrome GitHub organization

This commit is contained in:
Deluan
2021-02-06 21:46:35 -05:00
parent bc609be3c9
commit 6ee45a9ccc
141 changed files with 406 additions and 407 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ import (
"os"
"sync"
"github.com/deluan/navidrome/conf"
_ "github.com/deluan/navidrome/db/migration"
"github.com/deluan/navidrome/log"
_ "github.com/mattn/go-sqlite3"
"github.com/navidrome/navidrome/conf"
_ "github.com/navidrome/navidrome/db/migration"
"github.com/navidrome/navidrome/log"
"github.com/pressly/goose"
)
+1 -1
View File
@@ -3,7 +3,7 @@ package migration
import (
"database/sql"
"github.com/deluan/navidrome/log"
"github.com/navidrome/navidrome/log"
"github.com/pressly/goose"
)
@@ -4,7 +4,7 @@ import (
"database/sql"
"strings"
"github.com/deluan/navidrome/log"
"github.com/navidrome/navidrome/log"
"github.com/pressly/goose"
)
@@ -3,8 +3,8 @@ package migration
import (
"database/sql"
"github.com/deluan/navidrome/consts"
"github.com/google/uuid"
"github.com/navidrome/navidrome/consts"
"github.com/pressly/goose"
)
@@ -3,8 +3,8 @@ package migration
import (
"database/sql"
"github.com/deluan/navidrome/log"
"github.com/deluan/navidrome/utils"
"github.com/navidrome/navidrome/log"
"github.com/navidrome/navidrome/utils"
"github.com/pressly/goose"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
"sync"
"github.com/deluan/navidrome/consts"
"github.com/navidrome/navidrome/consts"
)
// Use this in migrations that need to communicate something important (braking changes, forced reindexes, etc...)