aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
)