Akron | b7e1f35 | 2025-05-16 15:45:23 +0200 | [diff] [blame] | 1 | module github.com/KorAP/KoralPipe-TermMapper2 |
Akron | fc3bd27 | 2025-04-04 16:15:44 +0200 | [diff] [blame] | 2 | |
| 3 | go 1.22.2 |
| 4 | |
Akron | 2995d6d | 2025-05-23 16:55:45 +0200 | [diff] [blame^] | 5 | require ( |
| 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 | ) |
Akron | fc3bd27 | 2025-04-04 16:15:44 +0200 | [diff] [blame] | 10 | |
| 11 | require ( |
| 12 | github.com/davecgh/go-spew v1.1.1 // indirect |
Akron | fc3bd27 | 2025-04-04 16:15:44 +0200 | [diff] [blame] | 13 | github.com/pmezard/go-difflib v1.0.0 // indirect |
Akron | fc3bd27 | 2025-04-04 16:15:44 +0200 | [diff] [blame] | 14 | ) |