1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore(deps): bump github.com/kamilsk/retry/v4 from 4.3.1 to 4.4.1 (#1292)

Bumps [github.com/kamilsk/retry/v4](https://github.com/kamilsk/retry) from 4.3.1 to 4.4.1.
- [Release notes](https://github.com/kamilsk/retry/releases)
- [Commits](https://github.com/kamilsk/retry/compare/v4.3.1...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-13 14:19:38 -03:00 committed by Carlos Alexandro Becker
parent c9de934229
commit 11140f826f
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -15,7 +15,7 @@ require (
github.com/goreleaser/nfpm v1.1.9
github.com/imdario/mergo v0.3.8
github.com/jarcoal/httpmock v1.0.4
github.com/kamilsk/retry/v4 v4.3.1
github.com/kamilsk/retry/v4 v4.4.1
github.com/mattn/go-zglob v0.0.1
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.0

2
go.sum
View File

@ -132,6 +132,8 @@ github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7/go.mod h1:2iMrUgb
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
github.com/kamilsk/retry/v4 v4.3.1 h1:hNQmK1xAgybAVsadNAGvCNutFLS2h+Ycpw317u4d+i0=
github.com/kamilsk/retry/v4 v4.3.1/go.mod h1:VaCDWufu3zVv7Ktt+Z7Dcslli2te4QEZoqt4QR7xgQg=
github.com/kamilsk/retry/v4 v4.4.1 h1:nbcZ8axT87PrEg+7za3tBU9x5+iWeiiBc/jRxaq9DpE=
github.com/kamilsk/retry/v4 v4.4.1/go.mod h1:pIQtBtycHTXScrJmpu3N2SSBT07s07Uruq2Au1aRLks=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=