-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 915 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 915 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
28
module github.com/techthos/yourdata
go 1.26.4
require (
github.com/gdamore/tcell/v2 v2.8.1
github.com/mark3labs/mcp-go v0.56.0
github.com/rivo/tview v0.42.0
github.com/techthos/gomukit v0.7.1
github.com/techthos/yourdata-sdk v0.0.0-20260728103316-a310a6c8639c
go.etcd.io/bbolt v1.5.0
)
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/google/jsonschema-go v0.4.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
maragu.dev/gomponents v1.3.0 // indirect
)