-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (36 loc) · 1.56 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
35
36
37
38
39
module github.com/speedata/xts
go 1.21
require (
github.com/alecthomas/chroma v0.10.0
github.com/boxesandglue/baseline-pdf v0.0.0-20240805104743-f940543238d5
github.com/boxesandglue/boxesandglue v0.0.0-20240805104743-8b6877b08561
github.com/boxesandglue/csshtml v0.0.0-20240813134317-f214983f48f8
github.com/boxesandglue/htmlbag v0.0.0-20240813191957-a1a46993bb22
github.com/boxesandglue/textlayout v0.0.0-20240805104743-4ef76f4729dd
github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
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/barcode v0.0.0-20230307084753-486c4d51cb34
github.com/speedata/goxlsx v1.0.2
github.com/speedata/goxml v0.0.0-20230322084327-216af189a791
github.com/speedata/goxpath v0.0.0-20230709190058-ca75de231e9c
github.com/speedata/optionparser v1.0.2
github.com/yuin/goldmark v1.4.13
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
github.com/yuin/gopher-lua v1.1.0
golang.org/x/net v0.28.0
golang.org/x/sys v0.23.0
golang.org/x/text v0.17.0
)
require (
github.com/PuerkitoBio/goquery v1.9.2 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/boxesandglue/gofpdi v1.0.19 // 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/css/scanner v0.0.0-20240704081300-00e8c453c7d5 // indirect
github.com/speedata/hyphenation v1.0.2 // indirect
golang.org/x/image v0.19.0 // indirect
)