-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 888 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 888 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
module atomicgo.dev/keyboard
go 1.25.0
require (
github.com/MarvinJWendt/testza v0.5.2
github.com/containerd/console v1.0.5
)
require (
atomicgo.dev/assert v0.0.2 // indirect
atomicgo.dev/cursor v0.2.0 // indirect
atomicgo.dev/schedule v0.1.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gookit/color v1.6.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/mattn/go-runewidth v0.0.23 // indirect
github.com/pterm/pterm v0.12.83 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.42.0 // indirect
golang.org/x/text v0.36.0 // indirect
)