mirror of https://github.com/goccy/go-json.git
16 lines
385 B
Modula-2
16 lines
385 B
Modula-2
module benchmark
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/francoispqt/gojay v1.2.13
|
|
github.com/goccy/go-json v0.0.0-00010101000000-000000000000
|
|
github.com/json-iterator/go v1.1.9
|
|
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe
|
|
github.com/segmentio/encoding v0.2.4
|
|
github.com/valyala/fastjson v1.6.3
|
|
github.com/wI2L/jettison v0.7.1
|
|
)
|
|
|
|
replace github.com/goccy/go-json => ../
|