Skip to content

Commit 2cac573

Browse files
build(deps): bump github.com/shogo82148/go-retry from 1.2.0 to 1.3.1
Bumps [github.com/shogo82148/go-retry](https://github.com/shogo82148/go-retry) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/shogo82148/go-retry/releases) - [Commits](shogo82148/go-retry@v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: github.com/shogo82148/go-retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b30390 commit 2cac573

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/hashicorp/go-version v1.7.0
1212
github.com/kayac/go-config v0.7.0
1313
github.com/mackerelio/mackerel-client-go v0.34.0
14-
github.com/shogo82148/go-retry v1.2.0
14+
github.com/shogo82148/go-retry v1.3.1
1515
github.com/stretchr/testify v1.9.0
1616
github.com/urfave/cli/v2 v2.27.2
1717
golang.org/x/sync v0.7.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
7070
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
7171
github.com/samber/lo v1.44.0 h1:5il56KxRE+GHsm1IR+sZ/6J42NODigFiqCWpSc2dybA=
7272
github.com/samber/lo v1.44.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
73-
github.com/shogo82148/go-retry v1.2.0 h1:A/LFdbZKJ+tsT1gF4OrzM4P10FGK7VUExpb07/U03aE=
74-
github.com/shogo82148/go-retry v1.2.0/go.mod h1:wttfgfwCMQvNqv4kOpqIvDDJeSmwU+AEIpUyG+5Ca6M=
73+
github.com/shogo82148/go-retry v1.3.1 h1:AFJHUWG7mLzLFN/21p3NdzdL55ttZgdapWaFgbtYf8g=
74+
github.com/shogo82148/go-retry v1.3.1/go.mod h1:wttfgfwCMQvNqv4kOpqIvDDJeSmwU+AEIpUyG+5Ca6M=
7575
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
7676
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
7777
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=

0 commit comments

Comments
 (0)