module git.andreafazzi.eu/andrea/oef go 1.13 require ( github.com/BurntSushi/toml v0.3.1 github.com/PuerkitoBio/goquery v1.5.0 github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee // indirect github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/dgryski/go-gk v0.0.0-20140819190930-201884a44051 // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/elgs/gojq v0.0.0-20160421194050-81fa9a608a13 // indirect github.com/elgs/gosplitargs v0.0.0-20161028071935-a491c5eeb3c8 // indirect github.com/gobwas/glob v0.2.3 github.com/gocarina/gocsv v0.0.0-20190927101021-3ecffd272576 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/gorilla/handlers v1.4.2 github.com/gorilla/mux v1.7.3 github.com/gorilla/schema v1.1.0 github.com/gorilla/sessions v1.2.0 github.com/influxdata/tdigest v0.0.1 // indirect github.com/jinzhu/gorm v1.9.11 github.com/jinzhu/inflection v1.0.0 github.com/kr/pretty v0.1.0 // indirect github.com/mailru/easyjson v0.7.0 // indirect github.com/microcosm-cc/bluemonday v1.0.2 github.com/monochromegane/terminal v0.0.0-20161222050454-9bc47e2707d9 // indirect github.com/pkg/profile v1.4.0 github.com/remogatto/prettytest v0.0.0-20200207095010-214e293ba0f8 github.com/robfig/cron v1.2.0 github.com/rs/jplot v0.0.0-20180624024257-9b69b4534805 // indirect github.com/sethvargo/go-password v0.1.3 github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect github.com/streadway/quantile v0.0.0-20150917103942-b0c588724d25 // indirect github.com/tebeka/selenium v0.9.9 github.com/tsenart/go-tsz v0.0.0-20180814235614-0bd30b3df1c3 // indirect github.com/tsenart/vegeta v12.7.0+incompatible github.com/urfave/negroni v1.0.0 // indirect github.com/wcharczuk/go-chart v2.0.1+incompatible // indirect golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d // indirect golang.org/x/exp/errors v0.0.0-20201229011636-eab1b5eb1a03 golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df gopkg.in/russross/blackfriday.v2 v2.0.0 gopkg.in/yaml.v2 v2.2.4 gorm.io/gorm v1.20.11 )