oef/go.mod
2019-11-18 10:41:22 +01:00

23 lines
784 B
Modula-2

module git.andreafazzi.eu/andrea/oef
go 1.13
require (
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
github.com/remogatto/prettytest v0.0.0-20161014102941-8b5d7bfe964e
github.com/robfig/cron v1.2.0
github.com/sethvargo/go-password v0.1.3
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/urfave/negroni v1.0.0 // indirect
gopkg.in/yaml.v2 v2.2.4
)