blob: cbfec5259b48707a974ae7ca9928418f14c602f5 [file] [log] [blame]
Akron90f65212025-06-12 14:32:55 +02001module github.com/korap/korap-mcp
2
3go 1.23.0
4
5toolchain go1.23.10
6
7require (
8 github.com/alecthomas/kong v1.11.0
9 github.com/alecthomas/kong-yaml v0.2.0
10 github.com/mark3labs/mcp-go v0.32.0
Akron16343052025-06-17 16:16:13 +020011 github.com/maypok86/otter v1.2.4
12 github.com/rs/zerolog v1.34.0
13 github.com/stretchr/testify v1.10.0
Akron90f65212025-06-12 14:32:55 +020014 golang.org/x/oauth2 v0.30.0
15)
16
17require (
18 github.com/davecgh/go-spew v1.1.1 // indirect
Akron16343052025-06-17 16:16:13 +020019 github.com/dolthub/maphash v0.1.0 // indirect
20 github.com/gammazero/deque v0.2.1 // indirect
Akron90f65212025-06-12 14:32:55 +020021 github.com/google/uuid v1.6.0 // indirect
22 github.com/mattn/go-colorable v0.1.13 // indirect
23 github.com/mattn/go-isatty v0.0.19 // indirect
24 github.com/pmezard/go-difflib v1.0.0 // indirect
Akron90f65212025-06-12 14:32:55 +020025 github.com/spf13/cast v1.7.1 // indirect
Akron90f65212025-06-12 14:32:55 +020026 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
27 golang.org/x/sys v0.12.0 // indirect
28 gopkg.in/yaml.v3 v3.0.1 // indirect
29)