Files
go-ir-playground/go.mod
Gea-Suan Lin 8c3985c386 Use testify.
2024-02-16 20:49:00 +08:00

11 lines
247 B
Modula-2

module github.com/gslin/go-ir-playground
go 1.21.6
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)