mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
6256c8e10a
* ref: embed portion of files * fix: readd pkger * ref: embed version.txt * fix: wrong mail template import path * refactor: get rid of sql-migrate refactor: get rid of pkger in favor of go embed (resolve #164) * chore: remove unused var [ci-skip] Co-authored-by: Ferdinand Mütsch <ferdinand@muetsch.io>
35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module github.com/muety/wakapi
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
|
github.com/emersion/go-smtp v0.15.0
|
|
github.com/emvi/logbuch v1.1.1
|
|
github.com/getsentry/sentry-go v0.10.0
|
|
github.com/go-co-op/gocron v0.3.3
|
|
github.com/go-openapi/spec v0.20.2 // indirect
|
|
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/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
github.com/mitchellh/hashstructure/v2 v2.0.1
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/swaggo/swag v1.7.0
|
|
go.uber.org/atomic v1.6.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
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
|
|
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
|
|
)
|