diff --git a/go.mod b/go.mod
index d0ae948..0fbd8e1 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.hpds.cc/Component/network
 go 1.23
 
 require (
-	git.hpds.cc/Component/mq_coder v0.0.0-20230310155836-afc76d7d1572
+	git.hpds.cc/Component/mq_coder v0.0.0-20241213034522-3a3512d94b34
 	github.com/matoous/go-nanoid/v2 v2.1.0
 	github.com/quic-go/quic-go v0.48.2
 	github.com/stretchr/testify v1.10.0