From c29e6613b438899bd1b450c280e256d21521e981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:49:02 +0800 Subject: [PATCH] Bump github.com/syumai/workers from 0.26.2 to 0.26.3 (#23) Bumps [github.com/syumai/workers](https://github.com/syumai/workers) from 0.26.2 to 0.26.3. - [Release notes](https://github.com/syumai/workers/releases) - [Commits](https://github.com/syumai/workers/compare/v0.26.2...v0.26.3) --- updated-dependencies: - dependency-name: github.com/syumai/workers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7db24a9..4968c53 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/PuerkitoBio/goquery v1.9.2 github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 github.com/syumai/tinyutil v0.3.2 - github.com/syumai/workers v0.26.2 + github.com/syumai/workers v0.26.3 jaytaylor.com/html2text v0.0.0-20230321000545-74c2419ad056 ) diff --git a/go.sum b/go.sum index 7bbba6d..b963116 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf h1:pvbZ0lM0XWPBqUKqFU8cma github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf/go.mod h1:RJID2RhlZKId02nZ62WenDCkgHFerpIOmW0iT7GKmXM= github.com/syumai/tinyutil v0.3.2 h1:W6yvMJBo64jK5Rz1Ytq/IF8ZqUUSMqi1R2zyEUTnnsg= github.com/syumai/tinyutil v0.3.2/go.mod h1:/owCyUs1bh6tKxH7K1Ze3M/zZtZ+vGrj3h82fgNHDFI= -github.com/syumai/workers v0.26.2 h1:PYfBMGzH780puODL4o7g8aB7pRqwfM245SBUiic8zsE= -github.com/syumai/workers v0.26.2/go.mod h1:ZnqmdiHNBrbxOLrZ/HJ5jzHy6af9cmiNZk10R9NrIEA= +github.com/syumai/workers v0.26.3 h1:AF+IBaRccbR4JIj2kNJLJblruPFMD/pAbzkopejGcP8= +github.com/syumai/workers v0.26.3/go.mod h1:ZnqmdiHNBrbxOLrZ/HJ5jzHy6af9cmiNZk10R9NrIEA= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=