From ce6cd68d4f4ea78c5563acc72172daaf8830f1ab Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Sun, 2 Feb 2025 11:47:10 +0100 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1bc28011..9d5516ec 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,7 @@ require ( github.com/go-playground/validator/v10 v10.23.0 github.com/go-webauthn/webauthn v0.11.2 github.com/google/uuid v1.6.0 + github.com/gorilla/schema v1.4.1 github.com/gorilla/securecookie v1.1.2 github.com/gorilla/sessions v1.4.0 github.com/labstack/echo/v4 v4.12.0 @@ -70,7 +71,6 @@ require ( github.com/golang/snappy v0.0.4 // indirect github.com/google/go-tpm v0.9.1 // indirect github.com/gorilla/mux v1.8.1 // indirect - github.com/gorilla/schema v1.4.1 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect github.com/jackc/pgx/v5 v5.7.1 // indirect