wakapi/go.mod

52 lines
2.1 KiB
Modula-2
Raw Normal View History

2020-03-31 13:22:17 +03:00
module github.com/muety/wakapi
go 1.16
require (
codeberg.org/Codeberg/avatars v0.0.0-20211228163022-8da63012fe69
github.com/BurntSushi/toml v1.0.0 // indirect
2021-02-07 13:54:07 +03:00
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2021-12-15 14:51:44 +03:00
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
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/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/getsentry/sentry-go v0.13.0
github.com/go-co-op/gocron v1.13.0
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
github.com/gorilla/securecookie v1.1.1
2022-02-17 12:34:33 +03:00
github.com/hashicorp/golang-lru v0.5.4
github.com/jackc/pgx/v4 v4.15.0 // indirect
2021-04-30 17:33:48 +03:00
github.com/jinzhu/configor v1.2.1
github.com/jinzhu/now v1.1.5 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43 // indirect
2021-04-30 17:33:48 +03:00
github.com/leandro-lugaresi/hub v1.1.1
github.com/lpar/gzipped/v2 v2.0.2
github.com/mailru/easyjson v0.7.7 // indirect
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
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
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
github.com/yudai/pp v2.0.1+incompatible // indirect
2021-08-06 15:26:03 +03:00
go.uber.org/atomic v1.9.0
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
2021-04-30 17:33:48 +03:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/tools v0.1.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gorm.io/driver/mysql v1.3.2
gorm.io/driver/postgres v1.3.1
gorm.io/driver/sqlite v1.3.1
gorm.io/gorm v1.23.4-0.20220320010245-2d5cb997ed4d
)