aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2022-06-27 22:48:24 +0200
committerJulien Dessaux2022-06-27 22:48:24 +0200
commit4cf877eaad701acf0a3a3045a6705a15c2942bad (patch)
tree111dc63eacf205a1b2ff6538713169a4e4910561 /go.mod
parentUpdated dependencies (diff)
downloadgofunge98-4cf877eaad701acf0a3a3045a6705a15c2942bad.tar.gz
gofunge98-4cf877eaad701acf0a3a3045a6705a15c2942bad.tar.bz2
gofunge98-4cf877eaad701acf0a3a3045a6705a15c2942bad.zip
Updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
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
)