- Add shinning UI
- Revamp deployment process - Fix Alldebrid file node bug
This commit is contained in:
12
cmd/main.go
12
cmd/main.go
@@ -3,12 +3,12 @@ package cmd
|
||||
import (
|
||||
"cmp"
|
||||
"context"
|
||||
"goBlack/common"
|
||||
"goBlack/pkg/arr"
|
||||
"goBlack/pkg/debrid"
|
||||
"goBlack/pkg/proxy"
|
||||
"goBlack/pkg/qbit"
|
||||
"goBlack/pkg/repair"
|
||||
"github.com/sirrobot01/debrid-blackhole/common"
|
||||
"github.com/sirrobot01/debrid-blackhole/pkg/arr"
|
||||
"github.com/sirrobot01/debrid-blackhole/pkg/debrid"
|
||||
"github.com/sirrobot01/debrid-blackhole/pkg/proxy"
|
||||
"github.com/sirrobot01/debrid-blackhole/pkg/qbit"
|
||||
"github.com/sirrobot01/debrid-blackhole/pkg/repair"
|
||||
"log"
|
||||
"sync"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user