-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.06 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
module github.com/webpagine/pagine/v2
go 1.22.2
require (
github.com/bytesparadise/libasciidoc v0.8.0
github.com/fsnotify/fsnotify v1.7.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2
github.com/gorilla/websocket v1.5.3
github.com/jellyterra/collection-go v0.0.3
github.com/jellyterra/go-fscopy v0.0.4
)
require (
github.com/alecthomas/chroma/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/mna/pigeon v1.1.0 // indirect
github.com/onsi/ginkgo/v2 v2.1.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/tools v0.1.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)