From bb833561aa74f02970aee13cdc75973b29716491 Mon Sep 17 00:00:00 2001 From: leshe4ka46 Date: Mon, 27 Oct 2025 20:36:28 +0300 Subject: # 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 --- go.mod | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 017cab3..fba7e04 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,15 @@ require ( gorm.io/driver/sqlite v1.6.0 ) +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 @@ -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 -- cgit v1.2.3