summaryrefslogtreecommitdiff
path: root/tests/reserialize/go.mod
blob: 414ffb60e6ed4324abc5d32d66666fc53ab290be (plain)
1
2
3
4
5
6
7
8
9
10
module github.com/minetest-rust/mt_net/tests/reserialize

go 1.20

replace github.com/dragonfireclient/mt => /home/fleckenstein/src/mt

require (
	github.com/dragonfireclient/mt v0.0.1 // indirect
	github.com/klauspost/compress v1.15.15 // indirect
)