fc841beedd
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/go-jose/go-jose/releases) - [Changelog](https://github.com/go-jose/go-jose/blob/v3/CHANGELOG.md) - [Commits](https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
1.6 KiB
Modula-2
49 lines
1.6 KiB
Modula-2
module miniflux.app/v2
|
|
|
|
// +heroku goVersion go1.21
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
github.com/abadojack/whatlanggo v1.0.1
|
|
github.com/coreos/go-oidc/v3 v3.7.0
|
|
github.com/go-webauthn/webauthn v0.9.1
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/prometheus/client_golang v1.17.0
|
|
github.com/tdewolff/minify/v2 v2.20.7
|
|
github.com/yuin/goldmark v1.6.0
|
|
golang.org/x/crypto v0.15.0
|
|
golang.org/x/net v0.18.0
|
|
golang.org/x/oauth2 v0.14.0
|
|
golang.org/x/term v0.14.0
|
|
mvdan.cc/xurls/v2 v2.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-webauthn/x v0.1.4 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.1.0 // 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.5.0 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.4.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
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/tdewolff/parse/v2 v2.7.5 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|
|
|
|
go 1.21
|