diff options
author | Julien Dessaux | 2022-11-06 20:36:28 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-11-06 20:36:28 +0100 |
commit | 895ff21795026b76ac8bcec7d03928646c3b15e1 (patch) | |
tree | 03417f3cd55b2c20befb6c51f7aab4ab2a1908c6 /go.mod | |
parent | Updated dependencies (diff) | |
download | gofunge98-895ff21795026b76ac8bcec7d03928646c3b15e1.tar.gz gofunge98-895ff21795026b76ac8bcec7d03928646c3b15e1.tar.bz2 gofunge98-895ff21795026b76ac8bcec7d03928646c3b15e1.zip |
Updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ module git.adyxax.org/adyxax/gofunge98 go 1.17 -require github.com/stretchr/testify v1.8.0 +require github.com/stretchr/testify v1.8.1 require ( github.com/davecgh/go-spew v1.1.1 // indirect |