From fd943f4c689cc2ba44d465b7b0fb902c203d16ff Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 8 Mar 2024 00:47:38 +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 5e84f16..675e781 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module git.adyxax.org/adyxax/gofunge98 -go 1.20 +go 1.22.1 -require github.com/stretchr/testify v1.8.4 +require github.com/stretchr/testify v1.9.0 require ( github.com/davecgh/go-spew v1.1.1 // indirect -- cgit v1.2.3