2020-04-26 06:03:17 +03:00
|
|
|
module benchmark
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/francoispqt/gojay v1.2.13
|
2020-05-03 11:41:33 +03:00
|
|
|
github.com/goccy/go-json v0.0.0-00010101000000-000000000000
|
2020-04-26 06:03:17 +03:00
|
|
|
github.com/json-iterator/go v1.1.9
|
2021-01-14 20:05:18 +03:00
|
|
|
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe
|
2020-12-19 21:57:24 +03:00
|
|
|
github.com/segmentio/encoding v0.2.4
|
2021-01-14 20:05:18 +03:00
|
|
|
github.com/wI2L/jettison v0.7.1
|
2020-04-26 06:03:17 +03:00
|
|
|
)
|
2020-05-03 11:41:33 +03:00
|
|
|
|
|
|
|
replace github.com/goccy/go-json => ../
|