From 6a2eaefccae186430c3a3cd8822e61fb70749c7b Mon Sep 17 00:00:00 2001 From: James Mills Date: Wed, 8 Jul 2020 16:50:53 +1000 Subject: Fix the import path of this package --- app/app.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app') 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 -- cgit v1.2.3