]> git.lizzy.rs Git - mt_net.git/blob - tests/reserialize/go.mod
Initial commit
[mt_net.git] / tests / reserialize / go.mod
1 module github.com/minetest-rust/mt_net/tests/reserialize
2
3 go 1.20
4
5 replace github.com/dragonfireclient/mt => /home/fleckenstein/src/mt
6
7 require (
8         github.com/dragonfireclient/mt v0.0.1 // indirect
9         github.com/klauspost/compress v1.15.15 // indirect
10 )