From 48e70cc3fff7be98885018defefe6e3b39040d76 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Sun, 25 Jun 2023 17:07:24 +0300 Subject: Update bendahl/uinput to v1.6.2 --- go.mod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 90ab88a..4edd0dd 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,5 @@ module github.com/mafredri/magic4linux -go 1.17 +go 1.19 -replace github.com/bendahl/uinput v1.5.0 => github.com/mafredri/uinput v1.5.1-0.20220207175943-22c283e0bb09 - -require github.com/bendahl/uinput v1.5.0 +require github.com/bendahl/uinput v1.6.2 -- cgit v1.2.3