From e18bacc583b7f714f80512b33e3c4fca9029e631 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 18 Jul 2024 21:07:06 +0200 Subject: chore(gonf): updated dependencies --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 3d3dc7f..5e848bd 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module git.adyxax.org/adyxax/gonf/v2 go 1.22.5 -require golang.org/x/crypto v0.24.0 +require golang.org/x/crypto v0.25.0 -require golang.org/x/sys v0.21.0 // indirect +require golang.org/x/sys v0.22.0 // indirect -- cgit v1.2.3