diff options
author | Julien Dessaux | 2022-07-16 01:42:51 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-07-16 01:42:51 +0200 |
commit | 2c145c5b645cb3e1e8ae760e55444ec26919567c (patch) | |
tree | a48eb708064baec305e3ebd3a0362c91f9ffbead /go.mod | |
parent | Updated dependencies (diff) | |
download | gofunge98-2c145c5b645cb3e1e8ae760e55444ec26919567c.tar.gz gofunge98-2c145c5b645cb3e1e8ae760e55444ec26919567c.tar.bz2 gofunge98-2c145c5b645cb3e1e8ae760e55444ec26919567c.zip |
Updated dependencies1.3
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.5 +require github.com/stretchr/testify v1.8.0 require ( github.com/davecgh/go-spew v1.1.1 // indirect |