diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 14:56:36 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 14:56:36 -0500 |
| commit | a1df83e8b5737a198a3fba4de23ca2c80828f623 (patch) | |
| tree | 95ae9bc9a87b945e149373d9753c8e158f003a6f /go.mod | |
| parent | 4f15e271f541ecd525268efa40992e0f5c057e12 (diff) | |
added validation for user fields on sqlboiler.BeforeInsertHook, added hashing of secret before insert
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
