aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: b09be7610821ce1216515d8bed0d08259e287f4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module git.samanthony.xyz/hose

go 1.23.0

toolchain go1.23.6

require (
	github.com/adrg/xdg v0.5.3 // indirect
	github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
	golang.org/x/crypto v0.37.0 // indirect
	golang.org/x/sync v0.13.0 // indirect
	golang.org/x/sys v0.32.0 // indirect
)