引入sjson库,用于动态生成json

This commit is contained in:
2022-12-30 11:23:39 +08:00
parent 33fcfaa1f6
commit 1fdaea221d
2 changed files with 4 additions and 0 deletions

1
go.mod
View File

@ -16,5 +16,6 @@ require (
github.com/stretchr/testify v1.8.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)