-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (30 loc) · 1.15 KB
/
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
30
31
32
33
34
module github.com/PiterWeb/Alf-Router
go 1.18
require github.com/valyala/fasthttp v1.51.0 // direct
require (
github.com/fasthttp/websocket v1.5.7
github.com/gzuidhof/tygo v0.2.5
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/pterm/pterm v0.12.49
golang.org/x/mod v0.8.0
)
require (
atomicgo.dev/cursor v0.1.1 // indirect
atomicgo.dev/keyboard v0.2.8 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/gookit/color v1.5.2 // indirect
github.com/klauspost/compress v1.17.3 // indirect
github.com/lithammer/fuzzysearch v1.1.5 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/term v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.6.0 // indirect
)