diff options
author | 2023-10-06 20:57:53 -0700 | |
---|---|---|
committer | 2023-10-06 22:04:31 -0700 | |
commit | 7b541af2536ce8337758390c5e5b51db3eb75cef (patch) | |
tree | 6475fbc466dde2e7c83726269ad89ae60d560753 /go.mod | |
parent | 09e9b0361dbca3881fb34964325d5b4656e861c9 (diff) | |
download | v2-7b541af2536ce8337758390c5e5b51db3eb75cef.tar.gz v2-7b541af2536ce8337758390c5e5b51db3eb75cef.tar.zst v2-7b541af2536ce8337758390c5e5b51db3eb75cef.zip |
Replace github.com/rylans/getlang with github.com/abadojack/whatlanggo
github.com/rylans/getlang doesn't seems to be updated anymore
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,12 +4,12 @@ module miniflux.app/v2 require ( github.com/PuerkitoBio/goquery v1.8.1 + github.com/abadojack/whatlanggo v1.0.1 github.com/coreos/go-oidc/v3 v3.6.0 github.com/gorilla/mux v1.8.0 github.com/lib/pq v1.10.9 github.com/mccutchen/go-httpbin/v2 v2.11.1 github.com/prometheus/client_golang v1.17.0 - github.com/rylans/getlang v0.0.0-20201227074721-9e7f44ff8aa0 github.com/tdewolff/minify/v2 v2.12.9 github.com/yuin/goldmark v1.5.6 golang.org/x/crypto v0.14.0 @@ -29,6 +29,7 @@ require ( github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect github.com/prometheus/common v0.44.0 // indirect github.com/prometheus/procfs v0.11.1 // indirect + github.com/stretchr/testify v1.8.4 // indirect github.com/tdewolff/parse/v2 v2.6.8 // indirect golang.org/x/sys v0.13.0 // indirect golang.org/x/text v0.13.0 // indirect |