Update module lib/pq to v1.10.2 #865

Merged
konrad merged 2 commits from renovate/github.com-lib-pq-1.x into main 2021-05-17 10:44:56 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 74117bc857 - Show all commits

View File

@ -17,12 +17,13 @@
package openid
import (
"code.vikunja.io/api/pkg/log"
"context"
"regexp"
"strconv"
"strings"
"code.vikunja.io/api/pkg/log"
"code.vikunja.io/api/pkg/config"
"code.vikunja.io/api/pkg/modules/keyvalue"
"github.com/coreos/go-oidc"