You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
441 B
Modula-2

3 years ago
module github.com/OrbTools/OrbMap
4 years ago
go 1.18
3 years ago
4 years ago
require (
github.com/OrbTools/OrbCommon v0.0.0-20230830194105-c07ead8757aa
github.com/bendahl/uinput v1.6.2
github.com/google/gousb v1.1.2
github.com/gvalkov/golang-evdev v0.0.0-20220815104727-7e27d6ce89b6
3 years ago
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
4 years ago
)
2 years ago
2 years ago
require (
github.com/Minizbot2012/minxdr v0.0.0-20220508100252-3e26928db81f // indirect
golang.org/x/sys v0.13.0 // indirect
2 years ago
)