mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
refactor(readingtime): replace whatlanggo
with an ad-hoc implementation
The package `github.com/abadojack/whatlanggo` is unmaintained since 5 years, is overkill for simply detecting CJK, and is quite slow.
This commit is contained in:
parent
e22520fc55
commit
8df4b780a8
3 changed files with 22 additions and 21 deletions
1
go.mod
1
go.mod
|
@ -4,7 +4,6 @@ module miniflux.app/v2
|
|||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.10.0
|
||||
github.com/abadojack/whatlanggo v1.0.1
|
||||
github.com/andybalholm/brotli v1.1.1
|
||||
github.com/coreos/go-oidc/v3 v3.11.0
|
||||
github.com/go-webauthn/webauthn v0.11.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue