33 lines
1.3 KiB
Modula-2
33 lines
1.3 KiB
Modula-2
module github.com/TicketsBot/GoPanel
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/TicketsBot/archiverclient v0.0.0-20220326163414-558fd52746dc
|
|
github.com/TicketsBot/common v0.0.0-20220311020409-8068ba1c2ea3
|
|
github.com/TicketsBot/database v0.0.0-20220217133004-d190910ad66f
|
|
github.com/TicketsBot/logarchiver v0.0.0-20220326162808-cdf0310f5e1c // indirect
|
|
github.com/TicketsBot/worker v0.0.0-20220318232743-c143004d6762
|
|
github.com/apex/log v1.1.2
|
|
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
|
|
github.com/getsentry/sentry-go v0.13.0
|
|
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
|
|
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-playground/validator/v10 v10.6.1 // indirect
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/go-redis/redis/v8 v8.11.3
|
|
github.com/go-redis/redis_rate/v9 v9.1.1
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/gorilla/sessions v1.2.1 // indirect
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/jackc/pgx/v4 v4.7.1
|
|
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rxdn/gdl v0.0.0-20220209151849-19fd8c86af50
|
|
github.com/sirupsen/logrus v1.5.0
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
)
|