From a1df83e8b5737a198a3fba4de23ca2c80828f623 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Mon, 22 Jan 2024 14:56:36 -0500 Subject: added validation for user fields on sqlboiler.BeforeInsertHook, added hashing of secret before insert --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 60789bc..df22072 100644 --- a/go.mod +++ b/go.mod @@ -19,8 +19,10 @@ require ( ) require ( + github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/gabriel-vasile/mimetype v1.4.3 // indirect + github.com/go-ozzo/ozzo-validation/v4 v4.3.0 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/gofrs/uuid v4.2.0+incompatible // indirect -- cgit v1.2.3