blob: 1ff82602aba8daa6597d9b7bb252a566b101e47b [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
Akron2995d6d2025-05-23 16:55:45 +02005require (
6 github.com/alecthomas/participle/v2 v2.1.4
7 github.com/stretchr/testify v1.10.0
8 gopkg.in/yaml.v3 v3.0.1
9)
Akronfc3bd272025-04-04 16:15:44 +020010
11require (
12 github.com/davecgh/go-spew v1.1.1 // indirect
Akronfc3bd272025-04-04 16:15:44 +020013 github.com/pmezard/go-difflib v1.0.0 // indirect
Akronfc3bd272025-04-04 16:15:44 +020014)