mirror of
https://github.com/BertoldVdb/ms-tools.git
synced 2025-12-10 07:44:46 +01:00
12 lines
378 B
Modula-2
12 lines
378 B
Modula-2
module github.com/BertoldVdb/ms-tools
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/kong v0.2.17
|
|
github.com/fatih/color v1.12.0
|
|
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
|
|
github.com/sstallion/go-hid v0.0.0-20190621001400-1cf4630be9f4
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
|
|
)
|