Use our own UID package.

This commit is contained in:
2025-05-26 18:18:21 +03:00
parent 2f231d4b12
commit a426edb1f6
2 changed files with 2 additions and 1 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.24.3
require (
git.antanst.com/antanst/logging v0.0.1
git.antanst.com/antanst/xerrors v0.0.1
git.antanst.com/antanst/uid v0.0.1
github.com/gabriel-vasile/mimetype v1.4.8
github.com/matoous/go-nanoid/v2 v2.1.0
)

View File

@@ -15,8 +15,8 @@ import (
"gemserve/config"
"gemserve/server"
"gemserve/uid"
logging "git.antanst.com/antanst/logging"
"git.antanst.com/antanst/uid"
"git.antanst.com/antanst/xerrors"
)