1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Update golang.org/x/* dependencies

This commit is contained in:
Frédéric Guillot 2022-10-27 18:02:17 -07:00
parent 550e7d0415
commit 242eeaf07e
2 changed files with 274 additions and 131 deletions

12
go.mod
View file

@ -5,21 +5,21 @@ module miniflux.app
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.7
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.13.0
github.com/rylans/getlang v0.0.0-20200505200108-4c3188ff8a2d
github.com/tdewolff/minify/v2 v2.12.4
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/yuin/goldmark v1.5.2
golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0
golang.org/x/oauth2 v0.1.0
golang.org/x/term v0.1.0
golang.org/x/text v0.4.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
mvdan.cc/xurls/v2 v2.4.0
)