2020-03-31 13:22:17 +03:00
|
|
|
module github.com/muety/wakapi
|
2019-10-08 01:39:43 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-05-24 15:50:04 +03:00
|
|
|
github.com/gorilla/handlers v1.4.2
|
2019-10-08 01:39:43 +03:00
|
|
|
github.com/gorilla/mux v1.7.3
|
2020-05-24 14:41:19 +03:00
|
|
|
github.com/gorilla/schema v1.1.0
|
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2019-11-08 01:29:28 +03:00
|
|
|
github.com/jasonlvhit/gocron v0.0.0-20191106203602-f82992d443f4
|
2019-10-08 01:39:43 +03:00
|
|
|
github.com/jinzhu/gorm v1.9.11
|
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-03-10 13:14:19 +03:00
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
2019-10-08 01:39:43 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-04-20 02:58:54 +03:00
|
|
|
github.com/rubenv/sql-migrate v0.0.0-20200402132117-435005d389bc
|
2019-10-08 01:39:43 +03:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2019-11-08 01:29:28 +03:00
|
|
|
github.com/t-tiger/gorm-bulk-insert v0.0.0-20191014134946-beb77b81825f
|
2020-05-25 22:42:45 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
|
2019-11-08 01:29:28 +03:00
|
|
|
gopkg.in/ini.v1 v1.50.0
|
2019-10-08 01:39:43 +03:00
|
|
|
)
|