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

@@ -4,7 +4,7 @@ import (
"encoding/json"
"net/http"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
"github.com/SecurityBrewery/catalyst/database"
)