"refactor(common): 重构序列化工具包,将serialize重命名为utils并添加bitset组件"
This commit is contained in:
8
common/utils/log/go.mod
Normal file
8
common/utils/log/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module github.com/apcera/termtables
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/mattn/go-runewidth v0.0.3-0.20170201023540-14207d285c6c
|
||||
//github.com/scylladb/termtables v1.0.0
|
||||
)
|
||||
Reference in New Issue
Block a user