diff options
author | Julien Dessaux | 2024-03-08 00:47:38 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-03-08 00:50:21 +0100 |
commit | fd943f4c689cc2ba44d465b7b0fb902c203d16ff (patch) | |
tree | a63784727722de93848b82a6766a4f5873ac16b3 /go.mod | |
parent | Bumped the mycology test suite to the last version (diff) | |
download | gofunge98-fd943f4c689cc2ba44d465b7b0fb902c203d16ff.tar.gz gofunge98-fd943f4c689cc2ba44d465b7b0fb902c203d16ff.tar.bz2 gofunge98-fd943f4c689cc2ba44d465b7b0fb902c203d16ff.zip |
chore(deps): updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |