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