-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
27 lines (24 loc) · 948 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
26
27
module ZiniGo
go 1.19
require (
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.7.2
github.com/icza/gox v0.0.0-20220921190100-610a6663952b
github.com/pdfcpu/pdfcpu v0.3.13
github.com/playwright-community/playwright-go v0.2000.1
github.com/tidwall/gjson v1.16.0
github.com/tidwall/sjson v1.2.5
)
require (
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/hhrutter/lzw v0.0.0-20190829144645-6f07a24e8650 // indirect
github.com/hhrutter/tiff v0.0.0-20190829141212-736cae8d0bc7 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)