module git.quimbo.fr/odwrtw/canape go 1.15 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/kolo/xmlrpc v0.0.0-20190717152603-07c4ee3fd181 // 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-20201122193839-1d18b9eb03c0 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 )