add go-json

add go-json
This commit is contained in:
raizen666 2021-07-08 23:29:26 +08:00
parent 27b1736c57
commit e99eb36ea6
1 changed files with 1 additions and 0 deletions

1
go.mod
View File

@ -8,6 +8,7 @@ require (
github.com/json-iterator/go v1.1.11 github.com/json-iterator/go v1.1.11
github.com/lib/pq v1.7.0 github.com/lib/pq v1.7.0
github.com/mattn/go-sqlite3 v1.14.6 github.com/mattn/go-sqlite3 v1.14.6
github.com/goccy/go-json v0.7.4
github.com/shopspring/decimal v1.2.0 github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.4.0 github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0 github.com/syndtr/goleveldb v1.0.0