mirror of
https://github.com/OrbTools/OrbMap
synced 2024-11-15 18:13:58 +00:00
13 lines
376 B
Modula-2
13 lines
376 B
Modula-2
module github.com/OrbTools/OrbMap
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/OrbTools/OrbCommon v0.0.0-20210604213605-2c1ec68f6f91
|
|
github.com/bendahl/uinput v1.4.1
|
|
github.com/google/gousb v1.1.1
|
|
github.com/gvalkov/golang-evdev v0.0.0-20191114124502-287e62b94bcb
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
)
|