-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 813 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module mcs-mcp
go 1.25.0
require (
github.com/evanw/esbuild v0.28.0
github.com/google/jsonschema-go v0.4.2
github.com/joho/godotenv v1.5.1
github.com/mattn/go-isatty v0.0.21
github.com/modelcontextprotocol/go-sdk v1.5.0
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/rs/zerolog v1.35.0
github.com/spf13/cobra v1.10.2
golang.org/x/sync v0.20.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/segmentio/asm v1.2.1 // indirect
github.com/segmentio/encoding v0.5.4 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)