23 lines
770 B
Modula-2
23 lines
770 B
Modula-2
module git.quimbo.fr/odwrtw/canape
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gorilla/mux v1.7.1
|
|
github.com/gregdel/srt2vtt v0.0.0-20170314031115-46562d19ab2d
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/lib/pq v1.1.1
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/odwrtw/papi v0.0.0-20190413103029-bd5bfea85ae6
|
|
github.com/odwrtw/polochon v0.0.0-20190422152705-3a341a998100
|
|
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
|
|
github.com/robfig/cron v1.1.0
|
|
github.com/sirupsen/logrus v1.4.1
|
|
github.com/unrolled/render v1.0.0
|
|
github.com/urfave/negroni v1.0.0
|
|
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284
|
|
google.golang.org/appengine v1.5.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|