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 )