Updated dependencies

This commit is contained in:
Julien Dessaux 2022-06-27 22:48:24 +02:00
parent f1470e6d30
commit 4cf877eaad
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 7 additions and 5 deletions

4
go.mod
View file

@ -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
)