canape/go.mod

29 lines
1.1 KiB
Modula-2

module git.quimbo.fr/odwrtw/canape
go 1.12
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/papi v0.0.0-20200410143325-49e6f827259d
github.com/odwrtw/polochon v0.0.0-20200410143337-006e3fb9fb55
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
gopkg.in/yaml.v2 v2.2.2
)