12 lines
241 B
Modula-2
12 lines
241 B
Modula-2
module github.com/unrud/remote-touchpad
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.7
|
|
|
|
require (
|
|
github.com/bendahl/uinput v1.7.0
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
golang.org/x/net v0.37.0
|
|
)
|