Update dependencies

This commit is contained in:
Unrud 2025-10-12 06:26:11 +02:00
parent d48d9aed3d
commit 06674b224f
3 changed files with 13 additions and 13 deletions

8
go.mod
View file

@ -1,13 +1,13 @@
module github.com/unrud/remote-touchpad
go 1.23.0
go 1.24.0
toolchain go1.23.7
toolchain go1.24.8
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/crypto v0.36.0
golang.org/x/net v0.37.0
golang.org/x/crypto v0.43.0
golang.org/x/net v0.46.0
)