Update dependencies

This commit is contained in:
Unrud 2025-03-17 20:32:36 +01:00
parent 7c1652e9dd
commit abd9fd4773
4 changed files with 25 additions and 9 deletions

6
go.mod
View file

@ -1,10 +1,12 @@
module github.com/unrud/remote-touchpad
go 1.20
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.28.0
golang.org/x/net v0.37.0
)