Update dependencies

This commit is contained in:
Unrud 2024-01-23 19:42:59 +01:00
parent 0ca1431594
commit 601d8c8358
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -3,8 +3,8 @@ module github.com/unrud/remote-touchpad
go 1.20
require (
github.com/bendahl/uinput v1.6.2
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.15.0
golang.org/x/net v0.20.0
)