blob: 105c95813b4970bc15d4a8d587a8744794ba0f92 [file] [log] [blame]
module github.com/KorAP/KoralPipe-TermMapper2
go 1.22.2
require github.com/stretchr/testify v1.10.0
require (
github.com/alecthomas/participle/v2 v2.1.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)