-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 719 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (17 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/deadsy/rvdbg
go 1.20
require (
github.com/deadsy/go-cli v0.0.0-20230301174137-5c174cc4ca7e
github.com/deadsy/hidapi v0.0.0-20250401173950-c4731c7bc2f6
github.com/deadsy/jaylink v0.0.0-20201205163347-737357792d20
github.com/deadsy/rvda v0.0.0-20230302170618-8cc97fa6dce8
)
require (
github.com/creack/termios v0.0.0-20160714173321-88d0029e36a1 // indirect
github.com/deadsy/go-fdset v0.0.0-20191109013125-1377c8665b89 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/vitaminwater/cgo.wchar v0.0.0-20160320123332-5dd6f4be3f2a // indirect
golang.org/x/sys v0.5.0 // indirect
)