48 lines
2.1 KiB
Modula-2
48 lines
2.1 KiB
Modula-2
module git.quimbo.fr/odwrtw/canape
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/gregdel/srt2vtt v0.0.0-20170314031115-46562d19ab2d
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lib/pq v1.1.1
|
|
github.com/mattn/go-sqlite3 v1.10.0 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/odwrtw/errors v0.0.0-20170604160533-c747b9d17833
|
|
github.com/odwrtw/polochon v0.0.0-20210828190530-f7a295424232
|
|
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
|
|
github.com/pioz/tvdb v0.0.0-20190503215423-f45c687faba9 // indirect
|
|
github.com/robfig/cron v1.1.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/unrolled/render v1.0.0
|
|
github.com/urfave/negroni v1.0.0
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.0.3 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/odwrtw/eztv v0.0.0-20201119092300-1cf1c95b0e34 // indirect
|
|
github.com/odwrtw/fanarttv v0.0.0-20170412122542-9f67d3cf0188 // indirect
|
|
github.com/odwrtw/guessit v0.0.0-20200131084001-f88613483547 // indirect
|
|
github.com/odwrtw/tpb v0.0.0-20200507114501-df19547bbff1 // indirect
|
|
github.com/odwrtw/trakttv v0.0.0-20200404161731-0d594827e4f9 // indirect
|
|
github.com/odwrtw/yts v0.0.0-20190417175129-d51f8755d93d // indirect
|
|
github.com/robfig/cron/v3 v3.0.0 // indirect
|
|
github.com/ryanbradynd05/go-tmdb v0.0.0-20181220020137-291a20d25ffd // indirect
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|