-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 908 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
28
29
module github.com/1f408/cats_eeds
go 1.20
require (
github.com/alecthomas/chroma/v2 v2.14.0
github.com/l4go/osfs v1.20240116.0
github.com/l4go/recode v1.20240116.0
github.com/l4go/rpath v1.20240116.0
github.com/l4go/task v1.20220225.0
github.com/l4go/unifs v1.20240116.0
github.com/lestrrat-go/strftime v1.0.6
github.com/litao91/goldmark-mathjax v0.0.0-20210217064022-a43cf739a50f
github.com/naoina/toml v0.1.1
github.com/sym01/htmlsanitizer v1.1.0
github.com/yuin/goldmark v1.6.0
github.com/yuin/goldmark-emoji v1.0.2
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
golang.org/x/net v0.27.0
golang.org/x/text v0.16.0
)
require (
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.22.0 // indirect
)