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

@@ -9,7 +9,7 @@ import (
"strconv"
"strings"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
"github.com/xeipuuv/gojsonschema"
)

View File

@@ -5,7 +5,7 @@ import (
"io"
"net/http"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
"github.com/SecurityBrewery/catalyst/generated/model"
)