From 02256e1311ac948c3f35bfb89a233c2fa90b08aa Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 15 Sep 2026 13:44:45 +0000 Subject: [PATCH] Update module github.com/cenkalti/backoff/v3 to v7 --- go.mod | 8 +++++++- go.sum | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index eb6dec5..a2414a5 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,13 @@ module github.com/taskcluster/httpbackoff/v3 require ( github.com/cenkalti/backoff/v3 v3.2.2 + github.com/cenkalti/backoff/v7 v7.0.0 github.com/stretchr/testify v1.12.1 ) -go 1.12 +require ( + github.com/stretchr/objx v0.5.3 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect +) + +go 1.23 diff --git a/go.sum b/go.sum index aa455bc..0fef8d5 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,6 @@ github.com/cenkalti/backoff/v3 v3.2.2 h1:cfUAAO3yvKMYKPrvhDuHSwQnhZNk/RMHKdZqKTxfm6M= github.com/cenkalti/backoff/v3 v3.2.2/go.mod h1:cIeZDE3IrqwwJl6VUwCN6trj1oXrTS4rc0ij+ULvLYs= +github.com/cenkalti/backoff/v7 v7.0.0/go.mod h1:qcKBGwsu4hpxHtQ8tWYsQ+ifzx2+sS+Xx/3jfe30lI8= github.com/stretchr/objx v0.5.3/go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+QYS+U0= github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg=