update go module version to v2

This commit is contained in:
Livio Amstutz 2022-04-22 16:00:02 +02:00
parent 33a38e9c07
commit 7dd0ea5780
No known key found for this signature in database
GPG key ID: 7AB5FDFBCA448635
59 changed files with 116 additions and 113 deletions

View file

@ -6,9 +6,9 @@ import (
"net/http"
"time"
httphelper "github.com/caos/oidc/pkg/http"
"github.com/caos/oidc/pkg/oidc"
"github.com/caos/oidc/pkg/strings"
httphelper "github.com/caos/oidc/v2/pkg/http"
"github.com/caos/oidc/v2/pkg/oidc"
"github.com/caos/oidc/v2/pkg/strings"
)
type RefreshTokenRequest interface {