-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (36 loc) · 1.29 KB
/
go.mod
File metadata and controls
39 lines (36 loc) · 1.29 KB
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
35
36
37
38
39
module github.com/speedata/xts
go 1.25.0
require (
github.com/alecthomas/chroma v0.10.0
github.com/boxesandglue/baseline-pdf v1.1.9
github.com/boxesandglue/boxesandglue v0.2.14
github.com/boxesandglue/csshtml v0.0.8
github.com/boxesandglue/htmlbag v0.0.12
github.com/boxesandglue/svgreader v0.0.2
github.com/boxesandglue/textshape v0.0.10
github.com/gammazero/workerpool v1.1.3
github.com/mitchellh/mapstructure v1.5.0
github.com/pelletier/go-toml/v2 v2.0.8
github.com/speedata/go-lua v0.1.6
github.com/speedata/goxlsx v1.0.2
github.com/speedata/goxml v1.0.8
github.com/speedata/goxpath v1.0.9
github.com/speedata/goxslt v0.0.1
github.com/speedata/optionparser v1.1.1
github.com/yuin/goldmark v1.7.16
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
golang.org/x/net v0.48.0
golang.org/x/sys v0.42.0
golang.org/x/text v0.32.0
)
require (
github.com/PuerkitoBio/goquery v1.11.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/boxesandglue/gofpdi v1.0.22 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/gammazero/deque v0.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/speedata/barcode v1.1.1 // indirect
github.com/speedata/css v1.0.5 // indirect
github.com/speedata/hyphenation v1.0.2 // indirect
)