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
Showing only changes of commit 74117bc857 - Show all commits

View File

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