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-08-06 15:26:03 +03:00
|
|
|
github.com/BurntSushi/toml v0.4.1 // indirect
|
2021-02-07 13:54:07 +03:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
2021-12-15 14:51:44 +03:00
|
|
|
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
|
2021-04-10 01:07:13 +03:00
|
|
|
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-06-27 12:46:08 +03:00
|
|
|
github.com/getsentry/sentry-go v0.11.0
|
2021-12-15 14:51:44 +03:00
|
|
|
github.com/go-co-op/gocron v1.11.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-12-15 14:51:44 +03:00
|
|
|
github.com/jackc/pgx/v4 v4.14.1 // indirect
|
2021-04-30 17:33:48 +03:00
|
|
|
github.com/jinzhu/configor v1.2.1
|
2021-12-15 14:51:44 +03:00
|
|
|
github.com/jinzhu/now v1.1.4 // indirect
|
2021-04-30 17:33:48 +03:00
|
|
|
github.com/leandro-lugaresi/hub v1.1.1
|
2021-12-20 16:51:05 +03:00
|
|
|
github.com/lpar/gzipped/v2 v2.0.2
|
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-06-27 12:46:08 +03:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
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-08-06 15:26:03 +03:00
|
|
|
go.uber.org/atomic v1.9.0
|
2021-12-15 14:51:44 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
|
2021-04-30 17:33:48 +03:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-02-07 13:54:07 +03:00
|
|
|
golang.org/x/tools v0.1.0 // indirect
|
2021-12-15 14:51:44 +03:00
|
|
|
gorm.io/driver/mysql v1.2.1
|
|
|
|
gorm.io/driver/postgres v1.2.3
|
|
|
|
gorm.io/driver/sqlite v1.2.6
|
|
|
|
gorm.io/gorm v1.22.4
|
2019-10-08 01:39:43 +03:00
|
|
|
)
|