canape/go.mod
Grégoire Delattre 5333fd1d80
All checks were successful
continuous-integration/drone Build is passing
Update polochon to add the exclude list in eztv
2022-11-08 17:04:55 +01:00

47 lines
2.0 KiB
Modula-2

module git.quimbo.fr/odwrtw/canape
go 1.19
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.8.0
github.com/gorilla/websocket v1.4.2
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-20221108143230-2ced0cd1f1ef
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/pioz/tvdb v0.0.0-20200804122320-6d5b1ef61c13 // indirect
github.com/robfig/cron v1.1.0
github.com/sirupsen/logrus v1.8.1
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.4.0
)
require (
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // 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-20200506122353-6b5300da5ad0 // indirect
github.com/odwrtw/yts v0.0.0-20201028142644-53d9b43c6cf5 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/ryanbradynd05/go-tmdb v0.0.0-20201006144520-c0566c3d1506 // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)