chore(op): upgrade go-chi/chi to v5

This commit is contained in:
Tim Möhlmann 2023-10-16 11:57:38 +03:00
parent 0dc2a6e7a1
commit ae3aee2e55
11 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@ import (
"net/http"
"net/url"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
"github.com/gorilla/securecookie"
"github.com/sirupsen/logrus"
"github.com/zitadel/oidc/v3/pkg/op"