gofunge98/go.mod

12 lines
267 B
Modula-2
Raw Normal View History

module git.adyxax.org/adyxax/gofunge98
2021-09-14 00:16:05 +02:00
go 1.17
2022-04-20 23:30:15 +02:00
require github.com/stretchr/testify v1.7.1
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-20210107192922-496545a6307b // indirect
)