build(deps):增加一个序列化库。

This commit is contained in:
徐涛
2022-08-09 16:03:56 +08:00
parent d614bcc8e1
commit 7d34fd1b6d
2 changed files with 6 additions and 0 deletions

2
go.mod
View File

@@ -38,6 +38,8 @@ require (
github.com/spf13/viper v1.12.0 // indirect
github.com/subosito/gotenv v1.3.0 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // 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