Update dependencies

This commit is contained in:
Unrud 2023-04-25 01:41:43 +02:00
parent 45801d7cd5
commit 3c2bec8916
2 changed files with 4 additions and 30 deletions

4
go.mod
View file

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