-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.2 KB
/
go.mod
File metadata and controls
35 lines (32 loc) · 1.2 KB
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
28
29
30
31
32
33
34
35
module github.com/goplusjs/play
go 1.24.0
require (
github.com/google/uuid v1.6.0
github.com/goplus/gogen v1.23.0-pre.2
github.com/goplus/ixgo v1.0.6-0.20260410072914-b606fc8cfddd
github.com/goplus/mcp v0.9.6
github.com/goplus/reflectx v1.6.4
github.com/goplus/xgo v1.7.1-0.20260413043704-93ff1eed8445
github.com/mark3labs/mcp-go v0.43.2
github.com/qiniu/x v1.17.0
github.com/yosida95/uritemplate/v3 v3.0.2
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
github.com/goplus/mod v0.20.2 // indirect
github.com/invopop/jsonschema v0.13.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/timandy/routine v1.1.5 // indirect
github.com/visualfc/funcval v0.1.4 // indirect
github.com/visualfc/goembed v0.3.4 // indirect
github.com/visualfc/xtype v0.3.0 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/tools v0.38.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)