From 798f07d619b7928d379bfeb33f27c739e80219fb Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 1 Feb 2025 23:54:23 +0100 Subject: chore(deps): 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 7cbab75..72b0350 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module git.adyxax.org/adyxax/gofunge98 -go 1.23.3 +go 1.23.5 -require github.com/stretchr/testify v1.9.0 +require github.com/stretchr/testify v1.10.0 require ( github.com/davecgh/go-spew v1.1.1 // indirect -- cgit v1.2.3