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-04-30 17:33:48 +03:00
|
|
|
github.com/emvi/logbuch v1.2.0
|
|
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
2021-03-24 00:12:15 +03:00
|
|
|
github.com/getsentry/sentry-go v0.10.0
|
2021-04-30 17:33:48 +03:00
|
|
|
github.com/go-co-op/gocron v1.5.0
|
2021-02-07 13:54:07 +03:00
|
|
|
github.com/go-openapi/spec v0.20.2 // indirect
|
2021-04-30 17:33:48 +03:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/schema v1.2.0
|
2020-05-24 14:41:19 +03:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2021-04-30 17:33:48 +03:00
|
|
|
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
|
|
|
|
github.com/jackc/pgx/v4 v4.11.0 // indirect
|
|
|
|
github.com/jinzhu/configor v1.2.1
|
|
|
|
github.com/leandro-lugaresi/hub v1.1.1
|
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
|
2021-04-30 17:33:48 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-07 13:54:07 +03:00
|
|
|
github.com/swaggo/swag v1.7.0
|
2021-04-30 17:33:48 +03:00
|
|
|
go.uber.org/atomic v1.7.0
|
|
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-02-07 13:54:07 +03:00
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
2021-04-30 17:33:48 +03:00
|
|
|
golang.org/x/text v0.3.6 // indirect
|
2021-02-07 13:54:07 +03:00
|
|
|
golang.org/x/tools v0.1.0 // indirect
|
2021-04-30 17:33:48 +03:00
|
|
|
gorm.io/driver/mysql v1.0.6
|
|
|
|
gorm.io/driver/postgres v1.0.8
|
|
|
|
gorm.io/driver/sqlite v1.1.4
|
|
|
|
gorm.io/gorm v1.21.9
|
2019-10-08 01:39:43 +03:00
|
|
|
)
|