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

module github.com/OrbTools/OrbMap
go 1.18
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
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
)
require (
github.com/Minizbot2012/minxdr v0.0.0-20220508100252-3e26928db81f // indirect
golang.org/x/sys v0.13.0 // indirect
)