From a14295de6af38148992a199a7efb5703d3e8ada9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:17:28 +0000 Subject: [PATCH] build(deps): bump github.com/grokify/sogo from 0.8.9 to 0.8.10 Bumps [github.com/grokify/sogo](https://github.com/grokify/sogo) from 0.8.9 to 0.8.10. - [Release notes](https://github.com/grokify/sogo/releases) - [Commits](https://github.com/grokify/sogo/compare/v0.8.9...v0.8.10) --- updated-dependencies: - dependency-name: github.com/grokify/sogo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 5 +---- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index fa1c5bf..f9972c2 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,6 @@ module github.com/grokify/chathooks // +heroku goVersion go1.22 go 1.22.0 - -toolchain go1.22.3 - require ( github.com/apex/gateway v1.1.2 github.com/aws/aws-lambda-go v1.47.0 @@ -13,7 +10,7 @@ require ( github.com/google/go-querystring v1.1.0 github.com/grokify/commonchat v0.3.12 github.com/grokify/mogo v0.64.10 - github.com/grokify/sogo v0.8.9 + github.com/grokify/sogo v0.8.10 github.com/jessevdk/go-flags v1.6.1 github.com/joho/godotenv v1.5.1 github.com/microcosm-cc/bluemonday v1.0.27 diff --git a/go.sum b/go.sum index e4bf905..dffc09c 100644 --- a/go.sum +++ b/go.sum @@ -40,8 +40,8 @@ github.com/grokify/go-glip v0.5.15 h1:GMwcS+F7JLo/EiNV3QGw7PmUtlIpV8+Krbsj5vEl/q github.com/grokify/go-glip v0.5.15/go.mod h1:mXZpFppi1icpUto2PjsDIMJsaxhnNItRaBdNz/DQhXA= github.com/grokify/mogo v0.64.10 h1:zK8xzDFXmCwYyoTp72urPMv/X/DuBLtX51/oVJOO3IM= github.com/grokify/mogo v0.64.10/go.mod h1:zZsDlAknrt0pTHGeNpm3ZNaUTHSGQoIL6qtmjx0IB0I= -github.com/grokify/sogo v0.8.9 h1:mVBasrhgSPT2tL7Q4B6ChOe2E2Emk/cbT2VCpfQFLAw= -github.com/grokify/sogo v0.8.9/go.mod h1:YSnBcS/t74vkLQAqIsStrwEu01eRZksmPsmtFsZI0ZY= +github.com/grokify/sogo v0.8.10 h1:ABWLVIAusQgg0mlf44U0VWygnkyexpVNfQTOUJrzKrU= +github.com/grokify/sogo v0.8.10/go.mod h1:ONr0DN1qGh3sfrx7nEoX0TYgQcudaujfxFrmZDC3FcY= github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI= github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4=