aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod25
1 files changed, 25 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..b0c6876
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,25 @@
+module pdfstamp
+
+go 1.25.0
+
+require (
+ github.com/gen2brain/go-fitz v1.24.15
+ github.com/pdfcpu/pdfcpu v0.12.1
+ golang.org/x/term v0.43.0
+)
+
+require (
+ github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
+ github.com/ebitengine/purego v0.8.4 // indirect
+ github.com/hhrutter/lzw v1.0.0 // indirect
+ github.com/hhrutter/pkcs7 v0.2.2 // indirect
+ github.com/hhrutter/tiff v1.0.3 // indirect
+ github.com/jupiterrider/ffi v0.5.0 // indirect
+ github.com/mattn/go-runewidth v0.0.23 // indirect
+ github.com/pkg/errors v0.9.1 // indirect
+ golang.org/x/crypto v0.50.0 // indirect
+ golang.org/x/image v0.43.0 // indirect
+ golang.org/x/sys v0.44.0 // indirect
+ golang.org/x/text v0.38.0 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
+)