From 86aa809e8c16545d1cc981d1c9db0265122845f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:45:24 +0000 Subject: [PATCH] Bump github.com/sethvargo/go-retry from 0.2.4 to 0.3.0 Bumps [github.com/sethvargo/go-retry](https://github.com/sethvargo/go-retry) from 0.2.4 to 0.3.0. - [Release notes](https://github.com/sethvargo/go-retry/releases) - [Commits](https://github.com/sethvargo/go-retry/compare/v0.2.4...v0.3.0) --- updated-dependencies: - dependency-name: github.com/sethvargo/go-retry 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 7a02d08..243468e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.1 require ( github.com/mattn/go-sqlite3 v1.14.22 github.com/rs/zerolog v1.33.0 - github.com/sethvargo/go-retry v0.2.4 + github.com/sethvargo/go-retry v0.3.0 go.mau.fi/util v0.5.0 gopkg.in/yaml.v2 v2.4.0 maunium.net/go/mautrix v0.18.1 diff --git a/go.sum b/go.sum index 8b4c9d3..bd9502a 100644 --- a/go.sum +++ b/go.sum @@ -29,8 +29,8 @@ github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/f github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8= github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss= -github.com/sethvargo/go-retry v0.2.4 h1:T+jHEQy/zKJf5s95UkguisicE0zuF9y7+/vgz08Ocec= -github.com/sethvargo/go-retry v0.2.4/go.mod h1:1afjQuvh7s4gflMObvjLPaWgluLLyhA1wmVZ6KLpICw= +github.com/sethvargo/go-retry v0.3.0 h1:EEt31A35QhrcRZtrYFDTBg91cqZVnFL2navjDrah2SE= +github.com/sethvargo/go-retry v0.3.0/go.mod h1:mNX17F0C/HguQMyMyJxcnU471gOZGxCLyYaFyAZraas= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=