blob: 105c95813b4970bc15d4a8d587a8744794ba0f92 [file] [log] [blame]
Akronb7e1f352025-05-16 15:45:23 +02001module github.com/KorAP/KoralPipe-TermMapper2
Akronfc3bd272025-04-04 16:15:44 +02002
3go 1.22.2
4
Akronb7e1f352025-05-16 15:45:23 +02005require github.com/stretchr/testify v1.10.0
Akronfc3bd272025-04-04 16:15:44 +02006
7require (
Akron22322ec2025-05-21 11:17:30 +02008 github.com/alecthomas/participle/v2 v2.1.4 // indirect
Akronfc3bd272025-04-04 16:15:44 +02009 github.com/davecgh/go-spew v1.1.1 // indirect
Akronfc3bd272025-04-04 16:15:44 +020010 github.com/pmezard/go-difflib v1.0.0 // indirect
Akronfc3bd272025-04-04 16:15:44 +020011 gopkg.in/yaml.v3 v3.0.1 // indirect
12)