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 --- go.mod | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 628c895..017cab3 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,23 @@ require ( gorm.io/driver/sqlite v1.6.0 ) +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/h2non/filetype v1.1.3 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/sirupsen/logrus v1.9.3 // indirect + github.com/stretchr/testify v1.11.1 // indirect + github.com/unidoc/freetype v0.2.3 // indirect + github.com/unidoc/pkcs7 v0.3.0 // indirect + github.com/unidoc/timestamp v0.0.0-20200412005513-91597fd3793a // indirect + github.com/unidoc/unipdf/v4 v4.4.0 + github.com/unidoc/unitype v0.5.1 // indirect + golang.org/x/image v0.30.0 // indirect + golang.org/x/sys v0.37.0 // indirect + golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect +) + require ( github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect @@ -14,6 +31,7 @@ require ( github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect + github.com/ledongthuc/pdf v0.0.0-20250511090121-5959a4027728 github.com/leonm1/airports-go v0.0.0-20180324035101-5e1c3ff18691 github.com/mattn/go-sqlite3 v1.14.22 // indirect github.com/richardlehane/mscfb v1.0.4 // indirect @@ -29,3 +47,6 @@ require ( gorm.io/driver/postgres v1.6.0 // indirect gorm.io/gorm v1.31.0 // indirect ) + + +replace github.com/unidoc/unipdf/v4 => ./unipdf \ No newline at end of file -- cgit v1.2.3