summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: d3c82e3d336179e5229aa445d8c3333380ee9590 (plain) (blame)
1
2
3
4
5
6
7
8
module git.samanthony.xyz/buth

go 1.25.5

require (
	github.com/docker-archive/go-p9p v0.0.0-20191112112554-37d97cf40d03 // indirect
	github.com/docker/go-p9p v0.0.0-20191112112554-37d97cf40d03 // indirect
)