diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-07-08 16:50:53 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-07-08 16:50:53 +1000 |
| commit | 6a2eaefccae186430c3a3cd8822e61fb70749c7b (patch) | |
| tree | e6fdd5416e4f70cdf307d56573f3282cfac15b50 /app/app.go | |
| parent | a5d1ec2b1dfc35c6a2d0dbf76dd1e2b0083225d1 (diff) | |
Fix the import path of this package
Diffstat (limited to 'app/app.go')
| -rw-r--r-- | app/app.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
