From e2978d898c160b35a4155403f9b4c4bd13f915b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 10:52:27 +0000 Subject: [PATCH] chore(deps): bump github.com/syumai/workers from 0.32.0 to 0.33.0 Bumps [github.com/syumai/workers](https://github.com/syumai/workers) from 0.32.0 to 0.33.0. - [Release notes](https://github.com/syumai/workers/releases) - [Commits](https://github.com/syumai/workers/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: github.com/syumai/workers dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 39d7cf2..a684ac3 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/invopop/jsonschema v0.14.0 - github.com/syumai/workers v0.32.0 + github.com/syumai/workers v0.33.0 github.com/wailsapp/wails/v3 v3.0.0-alpha.96 gopkg.in/yaml.v3 v3.0.1 modernc.org/sqlite v1.50.0 diff --git a/go.sum b/go.sum index 29dbd1a..2161582 100644 --- a/go.sum +++ b/go.sum @@ -123,8 +123,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -github.com/syumai/workers v0.32.0 h1:nL7c6d52YgHUDFiYxRffmJCK60yVkzTb2YtBPmHZOxQ= -github.com/syumai/workers v0.32.0/go.mod h1:ZnqmdiHNBrbxOLrZ/HJ5jzHy6af9cmiNZk10R9NrIEA= +github.com/syumai/workers v0.33.0 h1:ku24TZT8m32leS5wYId1F+pGPVXhl+TPnxaDwbr66y4= +github.com/syumai/workers v0.33.0/go.mod h1:ZnqmdiHNBrbxOLrZ/HJ5jzHy6af9cmiNZk10R9NrIEA= github.com/wailsapp/wails/v3 v3.0.0-alpha.96 h1:FmZdo4LiUkFUvz8rZO8f4nGLm5af9J+D3sr3Flset2g= github.com/wailsapp/wails/v3 v3.0.0-alpha.96/go.mod h1:p1MUZwFPPQyx81cgejDvKIwU1+x/hndR+4z1uG5bw6s= github.com/wailsapp/wails/webview2 v1.0.24 h1:uULnjCSaRfMlU84mS3kjLgPsRosEOIusVK1nFOHZHzs=