blob: 1a51b70d7ab89910cf78dbcb7e3b3a1dc6e5d10c [file] [log] [blame]
Akronfa55bb22025-05-26 15:10:42 +02001module github.com/KorAP/KoralPipe-TermMapper
Akronfc3bd272025-04-04 16:15:44 +02002
Akron49ceeb42025-05-23 17:46:01 +02003go 1.23.0
4
5toolchain go1.23.9
Akronfc3bd272025-04-04 16:15:44 +02006
Akron2995d6d2025-05-23 16:55:45 +02007require (
Akron1fc750e2025-05-26 16:54:18 +02008 github.com/alecthomas/kong v1.11.0
Akron2995d6d2025-05-23 16:55:45 +02009 github.com/alecthomas/participle/v2 v2.1.4
Akron49ceeb42025-05-23 17:46:01 +020010 github.com/gofiber/fiber/v2 v2.52.8
11 github.com/rs/zerolog v1.34.0
Akron2995d6d2025-05-23 16:55:45 +020012 github.com/stretchr/testify v1.10.0
13 gopkg.in/yaml.v3 v3.0.1
14)
Akronfc3bd272025-04-04 16:15:44 +020015
16require (
Akron49ceeb42025-05-23 17:46:01 +020017 github.com/andybalholm/brotli v1.1.1 // indirect
Akronfc3bd272025-04-04 16:15:44 +020018 github.com/davecgh/go-spew v1.1.1 // indirect
Akron49ceeb42025-05-23 17:46:01 +020019 github.com/google/uuid v1.6.0 // indirect
20 github.com/klauspost/compress v1.18.0 // indirect
21 github.com/mattn/go-colorable v0.1.14 // indirect
22 github.com/mattn/go-isatty v0.0.20 // indirect
23 github.com/mattn/go-runewidth v0.0.16 // indirect
Akroncc9a8a62025-06-25 11:56:28 +020024 github.com/orisano/gosax v1.1.2 // indirect
Akronfc3bd272025-04-04 16:15:44 +020025 github.com/pmezard/go-difflib v1.0.0 // indirect
Akron49ceeb42025-05-23 17:46:01 +020026 github.com/rivo/uniseg v0.4.7 // indirect
27 github.com/valyala/bytebufferpool v1.0.0 // indirect
28 github.com/valyala/fasthttp v1.62.0 // indirect
29 golang.org/x/sys v0.33.0 // indirect
Akronfc3bd272025-04-04 16:15:44 +020030)