-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (21 loc) · 860 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
module github.com/boxesandglue/bagme
go 1.21
toolchain go1.22.0
require (
github.com/boxesandglue/boxesandglue v0.1.0
github.com/boxesandglue/csshtml v0.0.0-20241014190843-a38491759379
github.com/boxesandglue/htmlbag v0.0.0-20241014191348-74c275c97168
)
require (
github.com/PuerkitoBio/goquery v1.9.2 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/boxesandglue/baseline-pdf v1.0.0 // indirect
github.com/boxesandglue/gofpdi v1.0.19 // indirect
github.com/boxesandglue/textlayout v0.0.0-20240805104743-4ef76f4729dd // 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.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/text v0.19.0 // indirect
)