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

Bump go-oidc to v3.6.0

This commit is contained in:
Wayne Tan 2023-06-28 11:21:51 +08:00 committed by GitHub
parent 5550d662a2
commit ee0dcdf753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 10 deletions

View file

@ -8,7 +8,7 @@ import (
"miniflux.app/model"
"github.com/coreos/go-oidc"
"github.com/coreos/go-oidc/v3/oidc"
"golang.org/x/oauth2"
)