File: use-cenkalti-backoff-v4.patch

package info (click to toggle)
golang-github-lestrrat-go-backoff 2.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 478 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/bench/backoff_test.go b/bench/backoff_test.go
index 4742484..6f6a85f 100644
--- a/bench/backoff_test.go
+++ b/bench/backoff_test.go
@@ -5,7 +5,7 @@ import (
 	"errors"
 	"testing"
 
-	cenkalti "github.com/cenkalti/backoff"
+	cenkalti "github.com/cenkalti/backoff/v4"
 	lestrrat "github.com/lestrrat-go/backoff/v2"
 )