-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
32 lines (28 loc) · 1.09 KB
/
go.mod
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
module github.com/matrixorigin/monlp
go 1.23.4
toolchain go1.23.5
require (
github.com/abiosoft/ishell/v2 v2.0.2
github.com/dustin/go-wikiparse v0.0.0-20230222053353-0bffc9007375
github.com/fengttt/gcl v0.0.0-20250129005220-5205cd3087f5
github.com/go-sql-driver/mysql v1.8.1
github.com/itchyny/gojq v0.12.17
github.com/olekukonko/tablewriter v0.0.5
github.com/ollama/ollama v0.5.7
golang.org/x/text v0.21.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/abiosoft/ishell v2.0.0+incompatible // indirect
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/itchyny/timefmt-go v0.1.6 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mattn/go-sqlite3 v1.14.24 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.29.0 // indirect
)