2021-02-09 21:12:33 +00:00
|
|
|
module github.com/OrbTools/OrbMap
|
2020-12-03 18:59:48 +00:00
|
|
|
|
2021-03-02 05:26:50 +00:00
|
|
|
go 1.16
|
2020-12-03 18:59:48 +00:00
|
|
|
require (
|
2021-07-28 06:29:12 +00:00
|
|
|
github.com/OrbTools/OrbCommon v0.0.0-20210728062337-7715bc122c84
|
2021-04-02 06:47:16 +00:00
|
|
|
github.com/bendahl/uinput v1.4.1
|
2020-12-03 18:59:48 +00:00
|
|
|
github.com/google/gousb v1.1.1
|
2021-04-30 00:43:33 +00:00
|
|
|
github.com/gvalkov/golang-evdev v0.0.0-20191114124502-287e62b94bcb
|
2021-03-02 05:05:56 +00:00
|
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
|
2021-07-24 04:10:15 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
2020-12-03 18:59:48 +00:00
|
|
|
)
|