From e17a425dfb3382310fb5863f516dacdca9f44956 Mon Sep 17 00:00:00 2001 From: leshe4ka46 Date: Sun, 19 Oct 2025 14:47:59 +0300 Subject: fuck the unipdf licencing --- unipdf/go.mod | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 unipdf/go.mod (limited to 'unipdf/go.mod') diff --git a/unipdf/go.mod b/unipdf/go.mod new file mode 100644 index 0000000..15ab0dd --- /dev/null +++ b/unipdf/go.mod @@ -0,0 +1,35 @@ +module github.com/unidoc/unipdf/v4 + +go 1.23.0 + +require ( + github.com/adrg/sysfont v0.1.2 + github.com/boombuler/barcode v1.0.2 + github.com/gorilla/i18n v0.0.0-20150820051429-8b358169da46 + github.com/h2non/filetype v1.1.3 + github.com/stretchr/testify v1.10.0 + github.com/trimmer-io/go-xmp v1.0.0 + github.com/unidoc/freetype v0.2.3 + github.com/unidoc/garabic v0.0.0-20220702200334-8c7cb25baa11 + github.com/unidoc/pkcs7 v0.3.0 + github.com/unidoc/timestamp v0.0.0-20200412005513-91597fd3793a + github.com/unidoc/unichart v0.5.1 + github.com/unidoc/unitype v0.5.1 + golang.org/x/crypto v0.41.0 + golang.org/x/image v0.30.0 + golang.org/x/net v0.43.0 + golang.org/x/text v0.28.0 + golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da + software.sslmate.com/src/go-pkcs12 v0.6.0 +) + +require ( + github.com/adrg/strutil v0.3.1 // indirect + github.com/adrg/xdg v0.5.3 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/kr/text v0.2.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/sirupsen/logrus v1.9.3 // indirect + golang.org/x/sys v0.35.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect +) -- cgit v1.2.3