module github.com/KorAP/KoralPipe-TermMapper2 | |
go 1.22.2 | |
require ( | |
github.com/alecthomas/participle/v2 v2.1.4 | |
github.com/stretchr/testify v1.10.0 | |
gopkg.in/yaml.v3 v3.0.1 | |
) | |
require ( | |
github.com/davecgh/go-spew v1.1.1 // indirect | |
github.com/pmezard/go-difflib v1.0.0 // indirect | |
) |