forked from ibnaleem/gosearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 635 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/ibnaleem/gosearch
go 1.23.4
require (
github.com/bytedance/sonic v1.12.8
github.com/ibnaleem/gobreach v0.0.0-20250116204935-7ddbbc80aa72
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
)
require (
github.com/bytedance/sonic/loader v0.2.2 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
)