forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (31 loc) · 1.2 KB
/
Copy pathgo.mod
File metadata and controls
38 lines (31 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
36
37
38
module github.com/mvanhorn/printing-press-library/library/ai/mixlayer
go 1.26
toolchain go1.26.4
require (
github.com/pelletier/go-toml/v2 v2.2.4
github.com/spf13/cobra v1.9.1
)
require modernc.org/sqlite v1.37.0
require (
github.com/mark3labs/mcp-go v0.47.0
github.com/spf13/pflag v1.0.6
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/jsonschema-go v0.4.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
modernc.org/libc v1.62.1 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.9.1 // indirect
)
// Floor x/sys above the vulnerable v0.31.0. It is pulled only transitively
// (modernc.org/sqlite, golang.org/x/net, ...), so MVS needs this explicit
// floor; tidy drops it for CLIs that pull no x/sys at all.
require golang.org/x/sys v0.46.0 // indirect