diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-28 13:47:44 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-28 13:47:44 +0300 |
commit | 459b87480e76d9be275b0ee8a30e4b691af8aaba (patch) | |
tree | 6981c676d5c52c955240b464601d9311fb30a888 /go.mod |
initial
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module gitrepo.ru/neonxp/nixshare + +go 1.23.0 + +require ( + github.com/google/uuid v1.6.0 + golang.org/x/sync v0.8.0 +) |