From 190a549548e5724620bd654664d47e20eb006add Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:15:07 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20=E2=AC=86=EF=B8=8F=20go?= =?UTF-8?q?mod=20to=20v10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 84f0c2b..36d2aa8 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ go 1.19 require ( github.com/AlecAivazis/survey/v2 v2.3.6 github.com/bitfield/script v0.20.2 - github.com/caarlos0/env/v6 v6.10.1 + github.com/caarlos0/env/v10 v10.0.0 github.com/magefile/mage v1.14.0 github.com/matryer/is v1.4.1 github.com/pterm/pterm v0.12.54