blob: 418112b9c75f44708089107ea334a067661210e1 [file] [log] [blame]
Akron2ef703c2025-07-03 15:57:42 +02001module github.com/KorAP/Koral-Mapper
Akronfc3bd272025-04-04 16:15:44 +02002
Akron06500bc2026-02-18 11:46:32 +01003go 1.24.0
Akronfc3bd272025-04-04 16:15:44 +02004
Akron2995d6d2025-05-23 16:55:45 +02005require (
dependabot[bot]0d090842026-04-07 03:08:34 +00006 github.com/alecthomas/kong v1.15.0
Akron2995d6d2025-05-23 16:55:45 +02007 github.com/alecthomas/participle/v2 v2.1.4
dependabot[bot]3766c0a2026-05-08 08:08:23 +00008 github.com/gofiber/fiber/v2 v2.52.13
Akron06500bc2026-02-18 11:46:32 +01009 github.com/orisano/gosax v1.1.4
dependabot[bot]086433c2026-04-21 03:08:16 +000010 github.com/rs/zerolog v1.35.1
Akron06500bc2026-02-18 11:46:32 +010011 github.com/stretchr/testify v1.11.1
Akron2995d6d2025-05-23 16:55:45 +020012 gopkg.in/yaml.v3 v3.0.1
13)
Akronfc3bd272025-04-04 16:15:44 +020014
15require (
Akron06500bc2026-02-18 11:46:32 +010016 github.com/andybalholm/brotli v1.2.0 // indirect
17 github.com/clipperhouse/uax29/v2 v2.7.0 // 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
Akron06500bc2026-02-18 11:46:32 +010020 github.com/klauspost/compress v1.18.4 // indirect
Akron49ceeb42025-05-23 17:46:01 +020021 github.com/mattn/go-colorable v0.1.14 // indirect
22 github.com/mattn/go-isatty v0.0.20 // indirect
Akron06500bc2026-02-18 11:46:32 +010023 github.com/mattn/go-runewidth v0.0.20 // indirect
Akrone6767de2026-05-20 10:06:24 +020024 github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
Akronfc3bd272025-04-04 16:15:44 +020025 github.com/pmezard/go-difflib v1.0.0 // indirect
Akrone6767de2026-05-20 10:06:24 +020026 github.com/tinylib/msgp v1.2.5 // indirect
Akron49ceeb42025-05-23 17:46:01 +020027 github.com/valyala/bytebufferpool v1.0.0 // indirect
Akron06500bc2026-02-18 11:46:32 +010028 github.com/valyala/fasthttp v1.69.0 // indirect
29 golang.org/x/sys v0.41.0 // indirect
Akronfc3bd272025-04-04 16:15:44 +020030)