2019-10-08 01:39:43 +03:00
|
|
|
module github.com/n1try/wakapi
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/codegangsta/negroni v1.0.0
|
|
|
|
github.com/gorilla/mux v1.7.3
|
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
|
|
|
|
github.com/rs/cors v1.7.0
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-03-10 13:14:19 +03:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2019-11-08 01:29:28 +03:00
|
|
|
github.com/t-tiger/gorm-bulk-insert v0.0.0-20191014134946-beb77b81825f
|
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.50.0
|
2019-10-08 01:39:43 +03:00
|
|
|
)
|