Switch to using jsoniter

This commit is contained in:
George Shammas
2022-01-05 12:23:33 -05:00
parent 5a94b7a588
commit 0395b2024d
4 changed files with 8 additions and 4 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/json-iterator/go v1.1.12
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect