From d50db01f2f999e0ae1ed71be753c345c627e8f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 08:43:17 +0000 Subject: [PATCH] Bump github.com/robotn/gohook from 0.42.0 to 0.42.2 Bumps [github.com/robotn/gohook](https://github.com/robotn/gohook) from 0.42.0 to 0.42.2. - [Release notes](https://github.com/robotn/gohook/releases) - [Commits](https://github.com/robotn/gohook/compare/v0.42.0...v0.42.2) --- updated-dependencies: - dependency-name: github.com/robotn/gohook dependency-version: 0.42.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ef1109b..23e4674 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/f01c33/robotgo-macro-recorder go 1.22.3 -require github.com/robotn/gohook v0.42.0 +require github.com/robotn/gohook v0.42.2 require github.com/vcaesar/keycode v0.10.1 // indirect diff --git a/go.sum b/go.sum index e3f3fb5..43c8640 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/robotn/gohook v0.42.0 h1:y241yJtt1JvObVwoS2kXJ5OsoIsOoVkp/SPqmCAUhJg= -github.com/robotn/gohook v0.42.0/go.mod h1:PYgH0f1EaxhCvNSqIVTfo+SIUh1MrM2Uhe2w7SvFJDE= +github.com/robotn/gohook v0.42.2 h1:AI9OVh5o59c76jp9Xcc4NpIvze2YeKX1Rn8JvflAUXY= +github.com/robotn/gohook v0.42.2/go.mod h1:PYgH0f1EaxhCvNSqIVTfo+SIUh1MrM2Uhe2w7SvFJDE= github.com/vcaesar/keycode v0.10.1 h1:0DesGmMAPWpYTCYddOFiCMKCDKgNnwiQa2QXindVUHw= github.com/vcaesar/keycode v0.10.1/go.mod h1:JNlY7xbKsh+LAGfY2j4M3znVrGEm5W1R8s/Uv6BJcfQ= github.com/vcaesar/tt v0.20.1 h1:D/jUeeVCNbq3ad8M7hhtB3J9x5RZ6I1n1eZ0BJp7M+4=