chore: replace gorilla/schema with zitadel/schema (#348)

Fixes #302
This commit is contained in:
Tim Möhlmann 2023-03-28 14:57:27 +03:00 committed by GitHub
parent 6af94fded0
commit adebbe4c32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

View file

@ -7,8 +7,8 @@ import (
"time"
"github.com/go-chi/chi"
"github.com/gorilla/schema"
"github.com/rs/cors"
"github.com/zitadel/schema"
"golang.org/x/text/language"
"gopkg.in/square/go-jose.v2"