From d98c9fe12fd99c982ba9b13eb819a2d810d4b633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 03:14:41 +0000 Subject: [PATCH] Update module github.com/cenkalti/backoff/v4 to v4.3.0 --- icedreammusic/auto-restart-voicemeeter/go.mod | 2 +- icedreammusic/auto-restart-voicemeeter/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/icedreammusic/auto-restart-voicemeeter/go.mod b/icedreammusic/auto-restart-voicemeeter/go.mod index 35ffa72..78aabf1 100644 --- a/icedreammusic/auto-restart-voicemeeter/go.mod +++ b/icedreammusic/auto-restart-voicemeeter/go.mod @@ -4,4 +4,4 @@ go 1.20 require github.com/JamesDunne/go-asio v0.0.0-20150322061733-6c4b099ca927 -require github.com/cenkalti/backoff/v4 v4.2.0 +require github.com/cenkalti/backoff/v4 v4.3.0 diff --git a/icedreammusic/auto-restart-voicemeeter/go.sum b/icedreammusic/auto-restart-voicemeeter/go.sum index 1ed6e15..6562710 100644 --- a/icedreammusic/auto-restart-voicemeeter/go.sum +++ b/icedreammusic/auto-restart-voicemeeter/go.sum @@ -2,3 +2,5 @@ github.com/JamesDunne/go-asio v0.0.0-20150322061733-6c4b099ca927 h1:qcTT3RNLm21e github.com/JamesDunne/go-asio v0.0.0-20150322061733-6c4b099ca927/go.mod h1:dRYieepeZSO8hlYXKnpnn6WqR7Myv+kb+Y+w14NxfFw= github.com/cenkalti/backoff/v4 v4.2.0 h1:HN5dHm3WBOgndBH6E8V0q2jIYIR3s9yglV8k/+MN3u4= github.com/cenkalti/backoff/v4 v4.2.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= +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=