Updated dependencies
This commit is contained in:
parent
f1470e6d30
commit
4cf877eaad
2 changed files with 7 additions and 5 deletions
4
go.mod
4
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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue