Skip to content

Commit

Permalink
UI QoL changes
Browse files Browse the repository at this point in the history
  • Loading branch information
svera authored Nov 26, 2024
1 parent 581e168 commit f677f4a
Show file tree
Hide file tree
Showing 32 changed files with 421 additions and 389 deletions.
65 changes: 33 additions & 32 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
module github.com/svera/coreander/v4

go 1.21.0
go 1.22.0

toolchain go1.21.1
toolchain go1.23.0

require (
github.com/blevesearch/bleve/v2 v2.4.0
github.com/bmatcuk/doublestar/v4 v4.6.1
github.com/blevesearch/bleve/v2 v2.4.2
github.com/bmatcuk/doublestar/v4 v4.7.1
github.com/disintegration/imaging v1.6.2
github.com/glebarez/sqlite v1.11.0
github.com/gofiber/fiber/v2 v2.52.5
github.com/gofiber/jwt/v3 v3.3.10
github.com/gofiber/template/html/v2 v2.1.1
github.com/gofiber/template/html/v2 v2.1.2
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/google/uuid v1.6.0
github.com/hhrutter/tiff v1.0.1
github.com/ilyakaznacheev/cleanenv v1.5.0
github.com/magefile/mage v1.15.0
github.com/microcosm-cc/bluemonday v1.0.26
github.com/pdfcpu/pdfcpu v0.7.0
github.com/microcosm-cc/bluemonday v1.0.27
github.com/pdfcpu/pdfcpu v0.9.1
github.com/rjeczalik/notify v0.9.3
github.com/spf13/afero v1.11.0
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8
golang.org/x/text v0.16.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/text v0.19.0
gopkg.in/yaml.v2 v2.4.0
gorm.io/gorm v1.25.9
gorm.io/gorm v1.25.12
)

require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/beevik/etree v1.4.1 // indirect
github.com/blevesearch/go-faiss v1.0.13 // indirect
github.com/blevesearch/zapx/v16 v16.0.12 // indirect
github.com/blevesearch/go-faiss v1.0.23 // indirect
github.com/blevesearch/zapx/v16 v16.1.7 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/glebarez/go-sqlite v1.22.0 // indirect
github.com/gofiber/template v1.8.3 // indirect
Expand All @@ -46,33 +46,34 @@ require (
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pgaskin/kepubify/_/go116-zip.go117 v0.0.0-20210611152744-2d89b3182523 // indirect
github.com/pgaskin/kepubify/_/html v0.0.0-20211223234002-6ee2cc632cdc // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/tinylib/msgp v1.1.9 // indirect
golang.org/x/sync v0.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tinylib/msgp v1.2.4 // indirect
golang.org/x/sync v0.8.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
modernc.org/libc v1.49.3 // indirect
modernc.org/libc v1.61.0 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.8.0 // indirect
modernc.org/sqlite v1.29.6 // indirect
modernc.org/sqlite v1.33.1 // indirect
)

require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/PuerkitoBio/goquery v1.8.1
github.com/RoaringBitmap/roaring v1.9.2 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/RoaringBitmap/roaring v1.9.4 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/bits-and-blooms/bitset v1.13.0 // indirect
github.com/blevesearch/bleve_index_api v1.1.6
github.com/bits-and-blooms/bitset v1.14.3 // indirect
github.com/blevesearch/bleve_index_api v1.1.12
github.com/blevesearch/geo v0.1.20 // indirect
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
github.com/blevesearch/gtreap v0.1.1 // indirect
github.com/blevesearch/mmap-go v1.0.4 // indirect
github.com/blevesearch/scorch_segment_api/v2 v2.2.11 // indirect
github.com/blevesearch/scorch_segment_api/v2 v2.2.16 // indirect
github.com/blevesearch/segment v0.9.1 // indirect
github.com/blevesearch/snowballstem v0.9.0 // indirect
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
Expand All @@ -81,7 +82,7 @@ require (
github.com/blevesearch/zapx/v12 v12.3.10 // indirect
github.com/blevesearch/zapx/v13 v13.3.10 // indirect
github.com/blevesearch/zapx/v14 v14.3.10 // indirect
github.com/blevesearch/zapx/v15 v15.3.13 // indirect
github.com/blevesearch/zapx/v15 v15.3.16 // indirect
github.com/flotzilla/pdf_parser v0.1.96
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
github.com/golang/protobuf v1.5.4 // indirect
Expand All @@ -90,24 +91,24 @@ require (
github.com/gosimple/slug v1.14.0
github.com/joho/godotenv v1.5.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/pgaskin/kepubify/v4 v4.0.4
github.com/pirmd/epub v0.3.0
github.com/rivo/uniseg v0.4.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.52.0
github.com/valyala/fasthttp v1.57.0
github.com/valyala/tcplisten v1.0.0 // indirect
go.etcd.io/bbolt v1.3.9 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
go.etcd.io/bbolt v1.3.11 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
Expand Down
Loading

0 comments on commit f677f4a

Please sign in to comment.