diff --git a/flatpak/com.github.unrud.RemoteTouchpad.yaml b/flatpak/com.github.unrud.RemoteTouchpad.yaml index 91989eb..0413e96 100644 --- a/flatpak/com.github.unrud.RemoteTouchpad.yaml +++ b/flatpak/com.github.unrud.RemoteTouchpad.yaml @@ -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: diff --git a/go.mod b/go.mod index be58f22..50d9d86 100644 --- a/go.mod +++ b/go.mod @@ -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 )