blob: 34d806efe786d90a746984f811106b2c670b69d8 (
plain)
1
2
3
4
5
6
7
8
|
module github.com/minetest-rust/mt_net/tests/reserialize
go 1.20
require (
github.com/dragonfireclient/mt v0.0.2-0.20230212182515-e1bfd543b068 // indirect
github.com/klauspost/compress v1.15.15 // indirect
)
|