Update dependencies

This commit is contained in:
Unrud 2024-08-30 23:41:45 +02:00
parent dd510bc4a0
commit b4ecfad316
2 changed files with 3 additions and 3 deletions

View file

@ -28,8 +28,8 @@ modules:
dest: vendor/github.com/skip2/go-qrcode
- type: git
url: https://github.com/golang/net
tag: v0.24.0
commit: 7bbe32058aba7159e4d273710e6f4f1c16c627fb
tag: v0.28.0
commit: 4542a42604cd159f1adb93c58368079ae37b3bf6
dest: vendor/golang.org/x/net
buildsystem: simple
build-commands:

2
go.mod
View file

@ -6,5 +6,5 @@ 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.24.0
golang.org/x/net v0.28.0
)