-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
39 lines (36 loc) · 1.39 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
35
36
37
38
39
module github.com/xplshn/dbin
go 1.23.0
require (
github.com/adrg/xdg v0.5.0
github.com/agnivade/levenshtein v1.2.0
github.com/bytedance/sonic v1.12.4
github.com/goccy/go-json v0.10.3
github.com/gookit/ini/v2 v2.2.3
github.com/hedzr/progressbar v1.1.10-0.20241008165658-538c759027e7
github.com/pkg/xattr v0.4.10
github.com/schollz/progressbar/v3 v3.17.0
github.com/tdewolff/minify/v2 v2.21.1
github.com/xplshn/a-utils v0.0.0-20241017234623-5fee428c1ce3
github.com/zeebo/blake3 v0.2.4
google.golang.org/protobuf v1.35.1
)
require (
github.com/bytedance/sonic/loader v0.2.1 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/gookit/goutil v0.6.17 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/tdewolff/parse/v2 v2.7.19 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/arch v0.11.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
)