-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 908 Bytes
/
go.mod
File metadata and controls
32 lines (28 loc) · 908 Bytes
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/fmstephe/simd_explorer
go 1.24.3
require (
github.com/fmstephe/simd_explorer v0.0.1
github.com/fmstephe/tview v0.0.1
github.com/gdamore/tcell/v2 v2.8.1
github.com/google/uuid v1.6.0
github.com/lithammer/fuzzysearch v1.1.8
golang.org/x/sys v0.37.0
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mmcloughlin/avo v0.6.0 // indirect
github.com/rivo/tview v0.42.1-0.20250827200143-f9502cf99cec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/tools v0.38.0 // indirect
)
tool (
github.com/mmcloughlin/avo
github.com/mmcloughlin/avo/build
github.com/mmcloughlin/avo/operand
)