ms-tools/go.mod
Bertold Van den Bergh 680e4f77ab Initial commit of code
2021-07-25 23:09:00 +02:00

11 lines
325 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
)