summaryrefslogtreecommitdiff
path: root/go.mod
blob: ad3e9c2d19eebecb153a4ea4d6156b4ea85ac4b3 (plain) (blame)
1
2
3
4
5
6
7
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
)