File: use-cenkalti-backoff-v4.patch

package info (click to toggle)
golang-github-zorkian-go-datadog-api 2.30.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,628 kB
  • sloc: makefile: 28; sh: 13
file content (18 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Simon Josefsson <simon@josefsson.org>
Subject: [PATCH] Use cenkalti/backoff v4
Date: Fri, 12 Dec 2025 09:17:23 +0100
Forwarded: not-needed

diff --git a/request.go b/request.go
index db7d6c1..df5566e 100644
--- a/request.go
+++ b/request.go
@@ -19,7 +19,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/cenkalti/backoff"
+	"github.com/cenkalti/backoff/v4"
 )
 
 // Response contains common fields that might be present in any API response.