diff options
author | Julien Dessaux | 2022-04-20 23:30:15 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-04-20 23:30:15 +0200 |
commit | b35b5e5d1051bc7d3962287057a47aa4278b620f (patch) | |
tree | 68e6aa091b11fdc5ead34489bb864e58d8584518 /go.mod | |
parent | Added documentation comment (diff) | |
download | gofunge98-b35b5e5d1051bc7d3962287057a47aa4278b620f.tar.gz gofunge98-b35b5e5d1051bc7d3962287057a47aa4278b620f.tar.bz2 gofunge98-b35b5e5d1051bc7d3962287057a47aa4278b620f.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.7.0 +require github.com/stretchr/testify v1.7.1 require ( github.com/davecgh/go-spew v1.1.1 // indirect |