File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
A high-performance 100% compatible drop-in replacement of "encoding/json"
10
10
11
- incompatible with Go 1.18 (https://github.com/golang/go/issues/48238 ), use with CAUTION.
12
-
13
11
# Benchmark
14
12
15
13
![ benchmark] ( http://jsoniter.com/benchmarks/go-benchmark.png )
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ require (
6
6
github.com/davecgh/go-spew v1.1.1
7
7
github.com/google/gofuzz v1.0.0
8
8
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
9
- github.com/modern-go/reflect2 v0 .0.0-20180701023420-4b7aa43c6742
9
+ github.com/modern-go/reflect2 v1 .0.2
10
10
github.com/stretchr/testify v1.3.0
11
11
)
Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw=
5
5
github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
6
6
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 h1:ZqeYNhU3OHLH3mGKHDcjJRFFRrJa6eAM5H+CtDdOsPc =
7
7
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
8
- github.com/modern-go/reflect2 v0 .0.0-20180701023420-4b7aa43c6742 h1:Esafd1046DLDQ0W1YjYsBW+p8U2u7vzgW2SQVmlNazg =
9
- github.com/modern-go/reflect2 v0 .0.0-20180701023420-4b7aa43c6742 /go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0 =
8
+ github.com/modern-go/reflect2 v1 .0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M =
9
+ github.com/modern-go/reflect2 v1 .0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
10
10
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
11
11
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
12
- github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4 =
13
12
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
14
13
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q =
15
14
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
You can’t perform that action at this time.
0 commit comments