-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 685 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (20 loc) · 685 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
module github.com/hishamkaram/mcp-slack-block-kit
go 1.25.0
toolchain go1.25.10
require (
github.com/modelcontextprotocol/go-sdk v1.6.1
github.com/slack-go/slack v0.27.0
github.com/spf13/cobra v1.10.2
github.com/yuin/goldmark v1.8.4
)
require (
github.com/google/jsonschema-go v0.4.3 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/segmentio/encoding v0.5.4 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/oauth2 v0.35.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)