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 (
|
2021-01-30 13:17:37 +03:00
|
|
|
github.com/emvi/logbuch v1.1.1
|
2020-12-11 12:05:17 +03:00
|
|
|
github.com/go-co-op/gocron v0.3.3
|
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
|
2020-10-04 11:37:38 +03:00
|
|
|
github.com/jinzhu/configor v1.2.0
|
2020-11-01 22:14:10 +03:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2021-01-22 15:50:46 +03:00
|
|
|
github.com/markbates/pkger v0.17.1
|
2020-11-01 22:14:10 +03:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
2021-01-31 19:46:50 +03:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.1
|
2020-11-01 22:14:10 +03:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // 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
|
2020-11-08 14:46:12 +03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-01-17 11:24:09 +03:00
|
|
|
go.uber.org/atomic v1.6.0
|
2020-11-01 22:14:10 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-02-05 20:47:28 +03:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-11-01 22:14:10 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2021-01-31 16:10:17 +03:00
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2020-11-01 22:14:10 +03:00
|
|
|
gorm.io/driver/mysql v1.0.3
|
|
|
|
gorm.io/driver/postgres v1.0.5
|
|
|
|
gorm.io/driver/sqlite v1.1.3
|
2021-01-17 11:24:09 +03:00
|
|
|
gorm.io/gorm v1.20.11
|
2019-10-08 01:39:43 +03:00
|
|
|
)
|