-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (24 loc) · 776 Bytes
/
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
module go.abhg.dev/stitchmd
go 1.22.0
require (
github.com/Kunde21/markdownfmt/v3 v3.1.0
github.com/creack/pty v1.1.24
github.com/mattn/go-colorable v0.1.14
github.com/mattn/go-isatty v0.0.20
github.com/pkg/diff v0.0.0-20241224192749-4e6772a4315c
github.com/stretchr/testify v1.10.0
github.com/yuin/goldmark v1.7.8
go.abhg.dev/container/ring v0.3.0
go.abhg.dev/goldmark/frontmatter v0.2.0
go.abhg.dev/goldmark/toc v0.11.0
golang.org/x/net v0.35.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
golang.org/x/sys v0.30.0 // indirect
)