2020-03-31 13:22:17 +03:00
|
|
|
module github.com/muety/wakapi
|
2019-10-08 01:39:43 +03:00
|
|
|
|
2021-04-11 13:42:43 +03:00
|
|
|
go 1.16
|
2019-10-08 01:39:43 +03:00
|
|
|
|
|
|
|
require (
|
2021-02-07 13:54:07 +03:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
2021-04-10 01:07:13 +03:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
|
|
github.com/emersion/go-smtp v0.15.0
|
2021-01-30 13:17:37 +03:00
|
|
|
github.com/emvi/logbuch v1.1.1
|
2021-03-24 00:12:15 +03:00
|
|
|
github.com/getsentry/sentry-go v0.10.0
|
2020-12-11 12:05:17 +03:00
|
|
|
github.com/go-co-op/gocron v0.3.3
|
2021-02-07 13:54:07 +03:00
|
|
|
github.com/go-openapi/spec v0.20.2 // indirect
|
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
|
2021-02-07 13:54:07 +03:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
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
|
2019-10-08 01:39:43 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-11-08 14:46:12 +03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-02-07 13:54:07 +03:00
|
|
|
github.com/swaggo/swag v1.7.0
|
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-07 13:54:07 +03:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
|
|
|
golang.org/x/tools v0.1.0 // 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
|
|
|
)
|