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

This commit is contained in:
Tim Möhlmann 2023-10-16 12:02:56 +03:00 committed by GitHub
parent 0dc2a6e7a1
commit 434b2e62d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@ import (
"net/http"
"time"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
jose "github.com/go-jose/go-jose/v3"
"github.com/rs/cors"
"github.com/zitadel/schema"