mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
20 lines
605 B
Modula-2
20 lines
605 B
Modula-2
module github.com/n1try/wakapi
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/codegangsta/negroni v1.0.0
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/jasonlvhit/gocron v0.0.0-20191106203602-f82992d443f4
|
|
github.com/jinzhu/gorm v1.9.11
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/rs/cors v1.7.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
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
|
|
)
|