-
-
Notifications
You must be signed in to change notification settings - Fork 302
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 1.07 KB
/
go.mod
File metadata and controls
32 lines (28 loc) · 1.07 KB
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
module github.com/ibnaleem/gosearch
go 1.24.1
require (
github.com/bytedance/sonic v1.14.0
github.com/ibnaleem/gobreach v0.0.0-20250116204935-7ddbbc80aa72
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
github.com/olekukonko/tablewriter v1.0.6-0.20250516170326-571d727fad4b
)
require (
github.com/fatih/color v1.18.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/olekukonko/errors v1.1.0 // indirect
github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
)
require (
github.com/andybalholm/brotli v1.1.1
github.com/bytedance/sonic/loader v0.3.0 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.15.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.37.0 // indirect
)