]> git.lizzy.rs Git - mt_net.git/blobdiff - tests/reserialize/go.mod
Test against go mt package
[mt_net.git] / tests / reserialize / go.mod
index 414ffb60e6ed4324abc5d32d66666fc53ab290be..34d806efe786d90a746984f811106b2c670b69d8 100644 (file)
@@ -2,9 +2,7 @@ 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/dragonfireclient/mt v0.0.2-0.20230212182515-e1bfd543b068 // indirect
        github.com/klauspost/compress v1.15.15 // indirect
 )