build(deps):加入msgpack协议序列化支持。

This commit is contained in:
徐涛
2022-08-11 17:33:09 +08:00
parent 51386ccba1
commit 230e366a7f
2 changed files with 6 additions and 0 deletions

2
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/jackc/pgx/v5 v5.0.0-beta.1
github.com/shopspring/decimal v1.3.1
github.com/spf13/viper v1.12.0
github.com/vmihailenco/msgpack/v5 v5.3.5
xorm.io/xorm v1.3.1
)
@@ -40,6 +41,7 @@ require (
github.com/subosito/gotenv v1.3.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.0.0-20220809012201-f428fae20770 // indirect
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect