summaryrefslogtreecommitdiff
path: root/tests/reserialize/go.mod
blob: 2c7628ae7a0071864d349fa57101558a176ec843 (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.2-0.20230212190852-7d9e314903cb // indirect
	github.com/klauspost/compress v1.15.15 // indirect
)