blob: 92a08615e39a09b072ed572198f1d8800f2a286b [file] [log] [blame]
Akronfc3bd272025-04-04 16:15:44 +02001module github.com/KorAP/KoralPipe-TermMapper
2
3go 1.22.2
4
5require (
6 github.com/rs/zerolog v1.34.0
7 github.com/stretchr/testify v1.10.0
8 github.com/tidwall/gjson v1.18.0
9 github.com/tidwall/sjson v1.2.5
10)
11
12require (
13 github.com/davecgh/go-spew v1.1.1 // indirect
14 github.com/mattn/go-colorable v0.1.13 // indirect
15 github.com/mattn/go-isatty v0.0.19 // indirect
16 github.com/pmezard/go-difflib v1.0.0 // indirect
17 github.com/tidwall/match v1.1.1 // indirect
18 github.com/tidwall/pretty v1.2.0 // indirect
19 golang.org/x/sys v0.12.0 // indirect
20 gopkg.in/yaml.v3 v3.0.1 // indirect
21)