Fix the import path of this package

This commit is contained in:
James Mills 2020-07-08 16:50:53 +10:00
parent a5d1ec2b1d
commit 6a2eaefcca
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6
5 changed files with 7 additions and 6 deletions

View file

@ -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

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/wybiral/tube
module github.com/prologic/tube
go 1.14

1
go.sum
View file

@ -219,6 +219,7 @@ github.com/wybiral/feeds v1.1.1 h1:KWE/JxA2XfP0My+C0wymqXrWK5oIyjRVbH5kpclsea0=
github.com/wybiral/feeds v1.1.1/go.mod h1:MRSqtY+Oy5HMM51cF212xqU39MYbsYq/AH+PY8IfeM0=
github.com/wybiral/torgo v0.0.0-20190413024533-a19a6c8a5048 h1:HQmSLHtGgSARs7VYzAID703qM/5m1il3X7f9AHfg/9c=
github.com/wybiral/torgo v0.0.0-20190413024533-a19a6c8a5048/go.mod h1:LAhGyZRjuXZ/+uO4tqc5QV26hkdIo+yGHPfX1aubR0M=
github.com/wybiral/tube v1.1.0 h1:D1vBdcHIxl4Qf85O6S2hN1K7y+1DwI/ixJdu4bq7R+o=
github.com/xfrr/goffmpeg v0.0.0-20191120110122-53b0a69281d4 h1:iuT6IHMZMFQ8vZ67/a+v2kZ94PdK3o612FILXtnYBao=
github.com/xfrr/goffmpeg v0.0.0-20191120110122-53b0a69281d4/go.mod h1:mL+qPvJWwu9An5a66+HyEJ7X7iEUSI09zX/Xl67XRXs=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=

View file

@ -4,9 +4,9 @@ import (
"fmt"
"os"
"github.com/prologic/tube/app"
log "github.com/sirupsen/logrus"
flag "github.com/spf13/pflag"
"github.com/wybiral/tube/app"
)
var (

View file

@ -10,7 +10,7 @@ import (
"time"
"github.com/dhowden/tag"
"github.com/wybiral/tube/utils"
"github.com/prologic/tube/utils"
)
// Video represents metadata for a single video.