forked from facundoolano/jorge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 806 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
module github.com/facundoolano/jorge
go 1.22
require (
github.com/alecthomas/chroma/v2 v2.5.0
github.com/alecthomas/kong v0.8.1
github.com/elliotchance/orderedmap/v2 v2.2.0
github.com/facundoolano/go-org v0.0.0-20240611152452-f50bf800e0ef
github.com/fsnotify/fsnotify v1.7.0
github.com/osteele/liquid v1.3.2
github.com/tdewolff/minify/v2 v2.20.16
github.com/yuin/goldmark v1.7.0
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
golang.org/x/net v0.23.0
golang.org/x/text v0.14.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/osteele/tuesday v1.0.3 // indirect
github.com/tdewolff/parse/v2 v2.7.11 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)