2024-08-28 13:47:44 +03:00
|
|
|
module gitrepo.ru/neonxp/nixshare
|
|
|
|
|
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.6.0
|
2024-08-28 15:22:01 +03:00
|
|
|
go.neonxp.ru/mux v0.0.0-20240729221623-376839b264c7
|
2024-08-28 13:47:44 +03:00
|
|
|
golang.org/x/sync v0.8.0
|
|
|
|
)
|
2024-08-28 15:22:01 +03:00
|
|
|
|
|
|
|
require go.neonxp.ru/objectid v0.0.2 // indirect
|