32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module arno/skeletor
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
|
|
github.com/google/uuid v1.3.0
|
|
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11
|
|
github.com/martini-contrib/sessions v0.0.0-20140630231722-fa13114fbcf0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/teacat/noire v1.1.0
|
|
gopkg.in/ini.v1 v1.63.2
|
|
gorm.io/driver/mysql v1.1.2
|
|
gorm.io/gorm v1.21.15
|
|
)
|
|
|
|
require (
|
|
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
|
|
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/gorilla/sessions v1.2.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.2 // indirect
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
)
|