From 4914ca4f0da0876ef0ff412c5be735fe5b581d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <1@72wo.cn> Date: Fri, 4 Jul 2025 18:37:11 +0800 Subject: [PATCH] 1 --- common/serialize/bytearray/go.mod | 2 +- go.work | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/serialize/bytearray/go.mod b/common/serialize/bytearray/go.mod index d16d62225..947668952 100644 --- a/common/serialize/bytearray/go.mod +++ b/common/serialize/bytearray/go.mod @@ -1,3 +1,3 @@ -module blazing/serialize/bytearray +module blazing/common/serialize/bytearray go 1.20 diff --git a/go.work b/go.work index 619482b11..c36525ab2 100644 --- a/go.work +++ b/go.work @@ -6,6 +6,7 @@ use ( ./common/contrib/files/local ./common/cool ./common/serialize/bitset + ./common/serialize/bytearray ./common/serialize/log ./common/serialize/sturc ./common/serialize/xml @@ -17,6 +18,5 @@ use ( ./modules/dict ./modules/space ./modules/task - E:\newcode\seercode\tools\bytearray )