-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
29 lines (26 loc) · 930 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module unbalance
go 1.22
require (
github.com/alecthomas/kong v1.6.0
github.com/cskr/pubsub v1.0.2
github.com/gookit/color v1.5.4
github.com/gorilla/websocket v1.5.3
github.com/labstack/echo/v4 v4.13.3
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
gopkg.in/ini.v1 v1.67.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.8.0 // indirect
)