diff options
| author | leshe4ka46 <alex9102naid1@ya.ru> | 2025-10-19 14:47:59 +0300 |
|---|---|---|
| committer | leshe4ka46 <alex9102naid1@ya.ru> | 2025-10-19 14:47:59 +0300 |
| commit | e17a425dfb3382310fb5863f516dacdca9f44956 (patch) | |
| tree | 7babb3048d0eb20aa1e68e9b29c2acfa794ab96f /go.mod | |
| parent | 091963a50c3bb2926f559f01c49e8f5bd03d2bfd (diff) | |
fuck the unipdf licencing
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -8,12 +8,30 @@ require ( ) 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 github.com/jackc/pgx/v5 v5.6.0 // indirect 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 |
