blob: 0a0097b7e53d07597a6305b98ebf104006cb0bed [file] [log] [blame]
Akron2ef703c2025-07-03 15:57:42 +02001module github.com/KorAP/Koral-Mapper
Akronfc3bd272025-04-04 16:15:44 +02002
Akron841f6ab2026-07-15 10:50:01 +02003go 1.25.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]1ddc0782026-07-07 03:04:30 +00008 github.com/gofiber/fiber/v2 v2.52.14
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 (
Akron841f6ab2026-07-15 10:50:01 +020016 github.com/andybalholm/brotli v1.2.2 // indirect
Akron06500bc2026-02-18 11:46:32 +010017 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
Akron841f6ab2026-07-15 10:50:01 +020020 github.com/klauspost/compress v1.19.0 // indirect
21 github.com/mattn/go-colorable v0.1.15 // indirect
22 github.com/mattn/go-isatty v0.0.22 // indirect
23 github.com/mattn/go-runewidth v0.0.24 // indirect
24 github.com/philhofer/fwd v1.2.0 // indirect
Akronfc3bd272025-04-04 16:15:44 +020025 github.com/pmezard/go-difflib v1.0.0 // indirect
Akron841f6ab2026-07-15 10:50:01 +020026 github.com/tinylib/msgp v1.6.4 // indirect
Akron49ceeb42025-05-23 17:46:01 +020027 github.com/valyala/bytebufferpool v1.0.0 // indirect
Akron841f6ab2026-07-15 10:50:01 +020028 github.com/valyala/fasthttp v1.72.0 // indirect
29 golang.org/x/sys v0.47.0 // indirect
Akronfc3bd272025-04-04 16:15:44 +020030)