Update dependencies
This commit is contained in:
parent
800171efdd
commit
eebde58826
5 changed files with 28 additions and 30 deletions
11
go.mod
11
go.mod
|
|
@ -1,13 +1,12 @@
|
|||
module github.com/unrud/remote-touchpad
|
||||
|
||||
go 1.24.0
|
||||
|
||||
toolchain go1.24.8
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
github.com/bendahl/uinput v1.7.0
|
||||
github.com/godbus/dbus/v5 v5.1.0
|
||||
github.com/godbus/dbus/v5 v5.2.1
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
golang.org/x/crypto v0.43.0
|
||||
golang.org/x/net v0.46.0
|
||||
golang.org/x/net v0.48.0
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.39.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue