Multiple updates (#445)

This commit is contained in:
Jonas Plum
2022-09-30 00:50:47 +02:00
committed by GitHub
parent 522e93c8f1
commit efaf0ed266
11 changed files with 58 additions and 531 deletions

View File

@@ -10,7 +10,7 @@ import (
"testing"
"time"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
"github.com/stretchr/testify/assert"
"github.com/tidwall/gjson"

View File

@@ -11,7 +11,7 @@ import (
"github.com/arangodb/go-driver"
"github.com/coreos/go-oidc/v3/oidc"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
"golang.org/x/oauth2"
"github.com/SecurityBrewery/catalyst"