2020-03-31 13:22:17 +03:00
|
|
|
module github.com/muety/wakapi
|
2019-10-08 01:39:43 +03:00
|
|
|
|
2022-03-20 18:27:21 +03:00
|
|
|
go 1.18
|
2019-10-08 01:39:43 +03:00
|
|
|
|
|
|
|
require (
|
2022-02-17 11:53:37 +03:00
|
|
|
codeberg.org/Codeberg/avatars v0.0.0-20211228163022-8da63012fe69
|
2021-02-07 13:54:07 +03:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
2022-04-18 12:39:26 +03:00
|
|
|
github.com/duke-git/lancet/v2 v2.0.4
|
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
|
2022-03-20 16:04:35 +03:00
|
|
|
github.com/getsentry/sentry-go v0.13.0
|
|
|
|
github.com/go-co-op/gocron v1.13.0
|
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
|
2022-02-17 12:34:33 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-04-30 17:33:48 +03:00
|
|
|
github.com/jinzhu/configor v1.2.1
|
|
|
|
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-06-27 12:46:08 +03:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
2022-04-18 12:39:26 +03:00
|
|
|
github.com/narqo/go-badge v0.0.0-20220127184443-140af28a266e
|
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
|
2022-05-13 17:19:35 +03:00
|
|
|
github.com/swaggo/swag v1.8.1
|
2021-08-06 15:26:03 +03:00
|
|
|
go.uber.org/atomic v1.9.0
|
2022-04-18 12:39:26 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
2021-04-30 17:33:48 +03:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-04-03 19:02:21 +03:00
|
|
|
gorm.io/driver/mysql v1.3.3
|
2022-04-18 17:59:46 +03:00
|
|
|
gorm.io/driver/postgres v1.3.4
|
2022-03-20 16:04:35 +03:00
|
|
|
gorm.io/driver/sqlite v1.3.1
|
2022-04-03 19:02:21 +03:00
|
|
|
gorm.io/gorm v1.23.4
|
2022-03-20 16:04:35 +03:00
|
|
|
)
|
2022-03-20 18:27:21 +03:00
|
|
|
|
|
|
|
require (
|
2022-04-18 12:39:26 +03:00
|
|
|
github.com/BurntSushi/toml v1.1.0 // indirect
|
2022-03-20 18:27:21 +03:00
|
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
2022-05-13 17:19:35 +03:00
|
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
|
|
|
github.com/go-openapi/spec v0.20.6 // indirect
|
|
|
|
github.com/go-openapi/swag v0.21.1 // indirect
|
2022-03-20 18:27:21 +03:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
2022-04-18 12:39:26 +03:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2022-03-20 18:27:21 +03:00
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
|
github.com/jackc/pgconn v1.11.0 // indirect
|
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
|
|
github.com/jackc/pgtype v1.10.0 // indirect
|
|
|
|
github.com/jackc/pgx/v4 v4.15.0 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2022-04-18 12:39:26 +03:00
|
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
|
2022-05-13 17:19:35 +03:00
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
2022-03-20 18:27:21 +03:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-05-13 17:19:35 +03:00
|
|
|
golang.org/x/tools v0.1.10 // indirect
|
2022-03-20 18:27:21 +03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|