From 48abb9105c0e05d357be2d5b46d2945ac0bbda1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:00:12 +0000 Subject: [PATCH] Bump github.com/amatsagu/tempest from 1.2.3 to 1.3.1 Bumps [github.com/amatsagu/tempest](https://github.com/amatsagu/tempest) from 1.2.3 to 1.3.1. - [Release notes](https://github.com/amatsagu/tempest/releases) - [Commits](https://github.com/amatsagu/tempest/compare/v1.2.3...v1.3.1) --- updated-dependencies: - dependency-name: github.com/amatsagu/tempest dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 ++---- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index e64226a..e0a0543 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,7 @@ module github.com/dhrdlicka/errorbot -go 1.24.0 +go 1.24.5 -toolchain go1.24.3 - -require github.com/amatsagu/tempest v1.2.3 +require github.com/amatsagu/tempest v1.3.1 require gopkg.in/yaml.v3 v3.0.1 diff --git a/go.sum b/go.sum index 3f9fae6..8366215 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/amatsagu/tempest v1.2.3 h1:VpbXmhvpytBZkYrmShxEG9mOz/lQ5nj6AoCdzXE+ggc= -github.com/amatsagu/tempest v1.2.3/go.mod h1:NuRaGM2wOabFv4Z0IDCKkdXQcJ6WrqwVrk2CUPcJbmk= +github.com/amatsagu/tempest v1.3.1 h1:ewlqKcWz++yRfx5oBaapmoAm/sPStjGfgPBNWNHlYVg= +github.com/amatsagu/tempest v1.3.1/go.mod h1:PKprwzoCzChldxuRZVe5xU4tyE9BacURpTce9VxJa/k= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=