-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 907 Bytes
/
Copy pathgo.mod
File metadata and controls
29 lines (25 loc) · 907 Bytes
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
module converter
go 1.26
require (
github.com/HugoSmits86/nativewebp v1.3.0
github.com/mattn/go-runewidth v0.0.24
github.com/sunshineplan/imgconv v0.0.0-00010101000000-000000000000
github.com/sunshineplan/progressbar v1.0.1
github.com/sunshineplan/tiff v0.0.0-20220128141034-29b9d69bd906
github.com/sunshineplan/utils v0.1.85
github.com/sunshineplan/workers v1.0.6
)
require (
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/hhrutter/lzw v1.0.0 // indirect
github.com/hhrutter/tiff v1.0.1 // indirect
github.com/pdfcpu/pdfcpu v0.9.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sunshineplan/pdf v1.0.8 // indirect
golang.org/x/image v0.44.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.40.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
replace github.com/sunshineplan/imgconv => ../