summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-07-08 16:50:53 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-07-08 16:50:53 +1000
commit6a2eaefccae186430c3a3cd8822e61fb70749c7b (patch)
treee6fdd5416e4f70cdf307d56573f3282cfac15b50 /app
parenta5d1ec2b1dfc35c6a2d0dbf76dd1e2b0083225d1 (diff)
Fix the import path of this package
Diffstat (limited to 'app')
-rw-r--r--app/app.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/app.go b/app/app.go
index 6fa4728..171154c 100644
--- a/app/app.go
+++ b/app/app.go
@@ -19,11 +19,11 @@ import (
"github.com/fsnotify/fsnotify"
"github.com/gorilla/handlers"
"github.com/gorilla/mux"
+ "github.com/prologic/tube/importers"
+ "github.com/prologic/tube/media"
+ "github.com/prologic/tube/utils"
"github.com/renstrom/shortuuid"
log "github.com/sirupsen/logrus"
- "github.com/wybiral/tube/importers"
- "github.com/wybiral/tube/media"
- "github.com/wybiral/tube/utils"
)
//go:generate rice embed-go