d056aa1f73
Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.4 KiB
Modula-2
47 lines
1.4 KiB
Modula-2
module miniflux.app/v2
|
|
|
|
// +heroku goVersion go1.22
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.9.2
|
|
github.com/abadojack/whatlanggo v1.0.1
|
|
github.com/andybalholm/brotli v1.1.0
|
|
github.com/coreos/go-oidc/v3 v3.10.0
|
|
github.com/go-webauthn/webauthn v0.10.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/prometheus/client_golang v1.19.0
|
|
github.com/tdewolff/minify/v2 v2.20.20
|
|
github.com/yuin/goldmark v1.7.1
|
|
golang.org/x/crypto v0.22.0
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/oauth2 v0.19.0
|
|
golang.org/x/term v0.19.0
|
|
golang.org/x/text v0.14.0
|
|
mvdan.cc/xurls/v2 v2.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-webauthn/x v0.1.9 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/google/go-tpm v0.9.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/tdewolff/parse/v2 v2.7.13 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|
|
|
|
go 1.22
|