2019-11-04 15:00:46 +01:00
|
|
|
module git.andreafazzi.eu/andrea/oef
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-01-08 09:17:47 +01:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2019-11-04 15:00:46 +01:00
|
|
|
github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/gobwas/glob v0.2.3
|
|
|
|
github.com/gocarina/gocsv v0.0.0-20190927101021-3ecffd272576
|
|
|
|
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/jinzhu/gorm v1.9.11
|
|
|
|
github.com/jinzhu/inflection v1.0.0
|
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2020-01-11 09:11:49 +01:00
|
|
|
github.com/remogatto/prettytest v0.0.0-20191105125618-8fe70ed7a3e1
|
2019-11-04 15:00:46 +01:00
|
|
|
github.com/robfig/cron v1.2.0
|
|
|
|
github.com/sethvargo/go-password v0.1.3
|
2019-11-18 10:41:22 +01:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
|
|
github.com/urfave/negroni v1.0.0 // indirect
|
2019-12-05 15:08:37 +01:00
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2019-11-04 15:00:46 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
|
|
)
|