diff options
| author | leshe4ka46 <alex9102naid1@ya.ru> | 2025-10-27 20:36:28 +0300 |
|---|---|---|
| committer | leshe4ka46 <alex9102naid1@ya.ru> | 2025-10-28 13:42:21 +0300 |
| commit | bb833561aa74f02970aee13cdc75973b29716491 (patch) | |
| tree | 0914668e11dbf825979f7419ce1bc78294cd3f7f /go.mod | |
| parent | e17a425dfb3382310fb5863f516dacdca9f44956 (diff) | |
# This is a combination of 2 commits.
# This is the 1st commit message:
unmarshal all formats, merge them in the single table, users are truly unique
# This is the commit message #2:
i
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -8,6 +8,15 @@ require ( ) require ( + github.com/gorilla/i18n v0.0.0-20150820051429-8b358169da46 // indirect + github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect + github.com/rivo/uniseg v0.4.7 // indirect + github.com/schollz/progressbar/v3 v3.18.0 // indirect + github.com/unidoc/unichart v0.5.1 // indirect + golang.org/x/term v0.36.0 // indirect +) + +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 @@ -32,7 +41,6 @@ require ( 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 github.com/richardlehane/msoleps v1.0.4 // indirect @@ -48,5 +56,4 @@ require ( gorm.io/gorm v1.31.0 // indirect ) - -replace github.com/unidoc/unipdf/v4 => ./unipdf
\ No newline at end of file +replace github.com/unidoc/unipdf/v4 => ./unipdf |
