Files
SnapOtter/docker/go-tools/pdfcpu/go.mod
T

9 lines
147 B
AMPL
Raw Normal View History

module github.com/snapotter/snapotter/docker/go-tools/pdfcpu
go 1.25.0
require (
github.com/pdfcpu/pdfcpu v0.13.0
golang.org/x/image v0.43.0
)