1
0
Fork 0
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:
Julien Voisin 2024-12-26 22:21:07 +00:00 committed by GitHub
parent e22520fc55
commit 8df4b780a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 21 deletions

1
go.mod
View file

@ -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