mal-go/go.mod
2025-11-04 05:50:37 -10:00

11 lines
221 B
Modula-2

module mal-go
go 1.24.2
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.11.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)