mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
30 lines
972 B
Modula-2
30 lines
972 B
Modula-2
module github.com/muety/wakapi
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-co-op/gocron v0.3.3
|
|
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/jinzhu/configor v1.2.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // 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/stretchr/testify v1.6.1
|
|
go.uber.org/atomic v1.6.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/ini.v1 v1.50.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
gorm.io/driver/mysql v1.0.3
|
|
gorm.io/driver/postgres v1.0.5
|
|
gorm.io/driver/sqlite v1.1.3
|
|
gorm.io/gorm v1.20.11
|
|
)
|