-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 961 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
module github.com/ellifteria/grafe
go 1.20
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/clarkmcc/go-typescript v0.7.0 // indirect
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/dop251/goja v0.0.0-20211115154819-26ebff68a7d5 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/litao91/goldmark-mathjax v0.0.0-20210217064022-a43cf739a50f // indirect
github.com/movsb/goldmark-wiki-table v0.0.0-20231129190305-f329ff86c85b // indirect
github.com/stefanfritsch/goldmark-fences v1.0.0 // indirect
github.com/yuin/goldmark v1.6.0 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
go.abhg.dev/goldmark/anchor v0.1.1 // indirect
go.abhg.dev/goldmark/frontmatter v0.1.0 // indirect
go.abhg.dev/goldmark/wikilink v0.5.0 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)