2021-09-24 10:09:10 +02:00
|
|
|
module git.adyxax.org/adyxax/gofunge98
|
2021-09-14 00:16:05 +02:00
|
|
|
|
2023-06-21 23:31:21 +02:00
|
|
|
go 1.20
|
2021-09-14 17:56:04 +02:00
|
|
|
|
2023-06-20 23:45:00 +02:00
|
|
|
require github.com/stretchr/testify v1.8.4
|
2021-09-14 17:56:04 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-06-27 22:48:24 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-09-14 17:56:04 +02:00
|
|
|
)
|