Uses uuid to avoid easy inferral of user ids

This commit is contained in:
Dennis Schoepf 2024-04-28 20:21:56 +02:00
parent 800c839b53
commit 932edb8da7
5 changed files with 23 additions and 12 deletions

2
go.mod
View file

@ -31,7 +31,7 @@ require (
github.com/godror/knownpb v0.1.1 // indirect
github.com/gofiber/fiber/v2 v2.52.4 // indirect
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/huandu/xstrings v1.4.0 // indirect