uinput-controller: Format code
This commit is contained in:
parent
feaf02217c
commit
809d3a0064
2 changed files with 39 additions and 38 deletions
3
go.mod
3
go.mod
|
|
@ -3,9 +3,8 @@ module github.com/unrud/remote-touchpad
|
|||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/bendahl/uinput v1.6.0
|
||||
github.com/godbus/dbus/v5 v5.1.0
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
golang.org/x/net v0.7.0
|
||||
)
|
||||
|
||||
require github.com/bendahl/uinput v1.6.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue