blob: edf61526d13f09bf1039af45682bd9e7c7a07e25 [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 (
8 github.com/davecgh/go-spew v1.1.1 // indirect
Akronfc3bd272025-04-04 16:15:44 +02009 github.com/pmezard/go-difflib v1.0.0 // indirect
Akronfc3bd272025-04-04 16:15:44 +020010 gopkg.in/yaml.v3 v3.0.1 // indirect
11)