Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
staff
/
d5b4dec55405073bbefd137c421e31547b51dba7
/
.
/
server
/
go.mod
blob: 621072af7e56e61f519515cfa0c656cd10146332 [
file
] [
log
] [
blame
]
module
github
.
com
/
iomodo
/
staff
go
1.24
.
4
require
(
github
.
com
/
joho
/
godotenv v1
.
5.1
github
.
com
/
spf13
/
cobra v1
.
9.1
)
require
(
github
.
com
/
inconshreveable
/
mousetrap v1
.
1.0
// indirect
github
.
com
/
spf13
/
pflag v1
.
0.6
// indirect
)