mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
38 lines
1.3 KiB
Modula-2
38 lines
1.3 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.2.0
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
github.com/getsentry/sentry-go v0.11.0
|
|
github.com/go-co-op/gocron v1.6.2
|
|
github.com/go-openapi/spec v0.20.2 // indirect
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/schema v1.2.0
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/jackc/pgproto3/v2 v2.1.0 // indirect
|
|
github.com/jinzhu/configor v1.2.1
|
|
github.com/leandro-lugaresi/hub v1.1.1
|
|
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.2
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/swaggo/swag v1.7.0
|
|
go.uber.org/atomic v1.8.0
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/text v0.3.6 // indirect
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
gorm.io/driver/mysql v1.1.1
|
|
gorm.io/driver/postgres v1.1.0
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.11
|
|
)
|