-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 670 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/simonwhitaker/runny
go 1.25.0
require (
github.com/dominikbraun/graph v0.23.0
github.com/fatih/color v1.19.0
github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
github.com/invopop/jsonschema v0.14.0
github.com/spf13/pflag v1.0.10
golang.org/x/term v0.42.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
golang.org/x/sys v0.43.0 // indirect
)