Compare commits
1 Commits
v0.0.1
...
a426edb1f6
| Author | SHA1 | Date | |
|---|---|---|---|
| a426edb1f6 |
1
go.mod
1
go.mod
@@ -5,6 +5,7 @@ go 1.24.3
|
|||||||
require (
|
require (
|
||||||
git.antanst.com/antanst/logging v0.0.1
|
git.antanst.com/antanst/logging v0.0.1
|
||||||
git.antanst.com/antanst/xerrors 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/gabriel-vasile/mimetype v1.4.8
|
||||||
github.com/matoous/go-nanoid/v2 v2.1.0
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
||||||
)
|
)
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -15,8 +15,8 @@ import (
|
|||||||
|
|
||||||
"gemserve/config"
|
"gemserve/config"
|
||||||
"gemserve/server"
|
"gemserve/server"
|
||||||
"gemserve/uid"
|
|
||||||
logging "git.antanst.com/antanst/logging"
|
logging "git.antanst.com/antanst/logging"
|
||||||
|
"git.antanst.com/antanst/uid"
|
||||||
"git.antanst.com/antanst/xerrors"
|
"git.antanst.com/antanst/xerrors"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user