From debc451d760c84cb5005b135e0a50f15fc858aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:43:16 +0000 Subject: [PATCH] feat(deps): bump github.com/xmidt-org/eventor Bumps [github.com/xmidt-org/eventor](https://github.com/xmidt-org/eventor) from 0.0.0-20230910205925-8ff168bd12ed to 1.0.21. - [Release notes](https://github.com/xmidt-org/eventor/releases) - [Commits](https://github.com/xmidt-org/eventor/commits/v1.0.21) --- updated-dependencies: - dependency-name: github.com/xmidt-org/eventor dependency-type: direct:production update-type: version-update:semver-major ... 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 27d4c02..dd1c92b 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( fyne.io/fyne/v2 v2.5.2 github.com/lusingander/colorpicker v0.7.3 github.com/stretchr/testify v1.9.0 - github.com/xmidt-org/eventor v0.0.0-20230910205925-8ff168bd12ed + github.com/xmidt-org/eventor v1.0.21 tinygo.org/x/bluetooth v0.10.0 ) diff --git a/go.sum b/go.sum index 22cf707..02dd3dc 100644 --- a/go.sum +++ b/go.sum @@ -295,8 +295,8 @@ github.com/tinygo-org/cbgo v0.0.4 h1:3D76CRYbH03Rudi8sEgs/YO0x3JIMdyq8jlQtk/44fU github.com/tinygo-org/cbgo v0.0.4/go.mod h1:7+HgWIHd4nbAz0ESjGlJ1/v9LDU1Ox8MGzP9mah/fLk= github.com/tinygo-org/pio v0.0.0-20231216154340-cd888eb58899 h1:/DyaXDEWMqoVUVEJVJIlNk1bXTbFs8s3Q4GdPInSKTQ= github.com/tinygo-org/pio v0.0.0-20231216154340-cd888eb58899/go.mod h1:LU7Dw00NJ+N86QkeTGjMLNkYcEYMor6wTDpTCu0EaH8= -github.com/xmidt-org/eventor v0.0.0-20230910205925-8ff168bd12ed h1:KpcgFuumKrt/824H3gtmNI/IvgjsBo6rnlSnwXlFu60= -github.com/xmidt-org/eventor v0.0.0-20230910205925-8ff168bd12ed/go.mod h1:X9Og+8y1Llz7N8F20UmjZUNgrxHubMVfBcroJ5SPtIY= +github.com/xmidt-org/eventor v1.0.21 h1:TgV1BYSh287gAHIZOHYU7LPdJwft0k7UmMW3EP97Jpk= +github.com/xmidt-org/eventor v1.0.21/go.mod h1:NpaRwPEiiaB5oEdFI41o6Lf4iQHAVwCdtwKb3z7R8mY= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=