mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
21 lines
641 B
Modula-2
21 lines
641 B
Modula-2
module github.com/muety/wakapi
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/schema v1.1.0
|
|
github.com/gorilla/securecookie v1.1.1
|
|
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/rubenv/sql-migrate v0.0.0-20200402132117-435005d389bc
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/t-tiger/gorm-bulk-insert v1.3.0
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
|
|
gopkg.in/ini.v1 v1.50.0
|
|
)
|