blob: 190aa82a93486631eee7293b2b8f136153d51c20 [file] [log] [blame]
Akronb7e1f352025-05-16 15:45:23 +02001module github.com/KorAP/KoralPipe-TermMapper2
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 (
8 github.com/alecthomas/participle/v2 v2.1.4
Akron49ceeb42025-05-23 17:46:01 +02009 github.com/gofiber/fiber/v2 v2.52.8
10 github.com/rs/zerolog v1.34.0
Akron2995d6d2025-05-23 16:55:45 +020011 github.com/stretchr/testify v1.10.0
12 gopkg.in/yaml.v3 v3.0.1
13)
Akronfc3bd272025-04-04 16:15:44 +020014
15require (
Akron49ceeb42025-05-23 17:46:01 +020016 github.com/andybalholm/brotli v1.1.1 // indirect
Akronfc3bd272025-04-04 16:15:44 +020017 github.com/davecgh/go-spew v1.1.1 // indirect
Akron49ceeb42025-05-23 17:46:01 +020018 github.com/google/uuid v1.6.0 // indirect
19 github.com/klauspost/compress v1.18.0 // indirect
20 github.com/mattn/go-colorable v0.1.14 // indirect
21 github.com/mattn/go-isatty v0.0.20 // indirect
22 github.com/mattn/go-runewidth v0.0.16 // indirect
Akronfc3bd272025-04-04 16:15:44 +020023 github.com/pmezard/go-difflib v1.0.0 // indirect
Akron49ceeb42025-05-23 17:46:01 +020024 github.com/rivo/uniseg v0.4.7 // indirect
25 github.com/valyala/bytebufferpool v1.0.0 // indirect
26 github.com/valyala/fasthttp v1.62.0 // indirect
27 golang.org/x/sys v0.33.0 // indirect
Akronfc3bd272025-04-04 16:15:44 +020028)