-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 1009 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (24 loc) · 1009 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
module github.com/nmfrankel/imagify
go 1.24.3
require (
github.com/HugoSmits86/nativewebp v1.1.0 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/gen2brain/go-fitz v1.24.14 // indirect
github.com/hhrutter/lzw v1.0.0 // indirect
github.com/hhrutter/tiff v1.0.1 // indirect
github.com/jupiterrider/ffi v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pdfcpu/pdfcpu v0.5.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v3 v3.18.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sunshineplan/imgconv v1.1.14 // indirect
github.com/sunshineplan/pdf v1.0.7 // indirect
golang.org/x/image v0.25.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.23.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)