From 4cf877eaad701acf0a3a3045a6705a15c2942bad Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 27 Jun 2022 22:48:24 +0200 Subject: 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 08e6d63..d391c28 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,10 @@ module git.adyxax.org/adyxax/gofunge98 go 1.17 -require github.com/stretchr/testify v1.7.1 +require github.com/stretchr/testify v1.7.5 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - gopkg.in/yaml.v3 v3.0.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect ) -- cgit v1.2.3