feat: retry-go v4

This commit is contained in:
Kevin Franklin Kim 2024-09-23 08:42:57 +02:00
parent 4dadcf8ad4
commit 84395ebca3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.22
toolchain go1.22.5
require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/avast/retry-go/v4 v4.6.0
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/fbiville/markdown-table-formatter v0.3.0
github.com/foomo/gotsrpc/v2 v2.8.1

View File

@ -6,7 +6,7 @@ import (
"net/http"
"time"
"github.com/avast/retry-go"
"github.com/avast/retry-go/v4"
"go.uber.org/zap"
)