From cf2896ac1841fea75f768729b3c95aa99eff0429 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 20 Mar 2026 14:49:10 +0000 Subject: [PATCH] chore(deps): updated module github.com/cenkalti/backoff/v4 from v4.3.0 to v5 --- actions/release/create/entrypoint/go.mod | 2 +- actions/release/create/entrypoint/go.sum | 4 ++-- actions/release/create/entrypoint/main.go | 2 +- actions/release/download-asset/entrypoint/go.mod | 2 +- actions/release/download-asset/entrypoint/go.sum | 4 ++-- actions/release/download-asset/entrypoint/main.go | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/actions/release/create/entrypoint/go.mod b/actions/release/create/entrypoint/go.mod index 54a931e5..5e54dbe4 100644 --- a/actions/release/create/entrypoint/go.mod +++ b/actions/release/create/entrypoint/go.mod @@ -5,7 +5,7 @@ go 1.24.0 toolchain go1.26.0 require ( - github.com/cenkalti/backoff/v4 v4.3.0 + github.com/cenkalti/backoff/v5 v5.0.3 github.com/onsi/gomega v1.39.1 github.com/sclevine/spec v1.4.0 ) diff --git a/actions/release/create/entrypoint/go.sum b/actions/release/create/entrypoint/go.sum index 4cbc3f34..d44f5278 100644 --- a/actions/release/create/entrypoint/go.sum +++ b/actions/release/create/entrypoint/go.sum @@ -1,7 +1,7 @@ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0= github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= -github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8= -github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= +github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM= +github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw= github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI= github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= diff --git a/actions/release/create/entrypoint/main.go b/actions/release/create/entrypoint/main.go index 1b2cb52c..3cb8fb1e 100644 --- a/actions/release/create/entrypoint/main.go +++ b/actions/release/create/entrypoint/main.go @@ -14,7 +14,7 @@ import ( "strings" "time" - backoff "github.com/cenkalti/backoff/v4" + backoff "github.com/cenkalti/backoff/v5" ) type Release struct { diff --git a/actions/release/download-asset/entrypoint/go.mod b/actions/release/download-asset/entrypoint/go.mod index 116264dc..167ffff5 100644 --- a/actions/release/download-asset/entrypoint/go.mod +++ b/actions/release/download-asset/entrypoint/go.mod @@ -3,7 +3,7 @@ module github.com/paketo-buildpacks/github-config/actions/release/download-asset go 1.24.0 require ( - github.com/cenkalti/backoff/v4 v4.3.0 + github.com/cenkalti/backoff/v5 v5.0.3 github.com/onsi/gomega v1.39.1 github.com/sclevine/spec v1.4.0 ) diff --git a/actions/release/download-asset/entrypoint/go.sum b/actions/release/download-asset/entrypoint/go.sum index 4cbc3f34..d44f5278 100644 --- a/actions/release/download-asset/entrypoint/go.sum +++ b/actions/release/download-asset/entrypoint/go.sum @@ -1,7 +1,7 @@ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0= github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= -github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8= -github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= +github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM= +github.com/cenkalti/backoff/v5 v5.0.3/go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw= github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI= github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= diff --git a/actions/release/download-asset/entrypoint/main.go b/actions/release/download-asset/entrypoint/main.go index 6bc107b0..27a8cfc2 100644 --- a/actions/release/download-asset/entrypoint/main.go +++ b/actions/release/download-asset/entrypoint/main.go @@ -9,7 +9,7 @@ import ( "os" "time" - backoff "github.com/cenkalti/backoff/v4" + backoff "github.com/cenkalti/backoff/v5" ) func main() {