mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
aef59a06fb
* Update bench-other make command
* Update benchmark dependencies
* Re-generate data_{codec,ffjson}.go as they were broken
15 lines
388 B
Modula-2
15 lines
388 B
Modula-2
module github.com/mailru/easyjson/benchmark
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/json-iterator/go v1.1.7
|
|
github.com/mailru/easyjson v0.0.0
|
|
github.com/pquerna/ffjson v0.0.0-20190813045741-dac163c6c0a9
|
|
github.com/ugorji/go/codec v1.1.7
|
|
github.com/ugorji/go/codec/codecgen v1.1.7
|
|
golang.org/x/tools v0.0.0-20190829051458-42f498d34c4d // indirect
|
|
)
|
|
|
|
replace github.com/mailru/easyjson => ../
|