go-json/benchmarks/go.mod

23 lines
639 B
Modula-2
Raw Normal View History

2020-04-26 06:03:17 +03:00
module benchmark
go 1.19
2020-04-26 06:03:17 +03:00
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
2021-06-21 17:54:52 +03:00
github.com/json-iterator/go v1.1.10
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe
2021-04-18 19:37:03 +03:00
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/segmentio/encoding v0.2.4
2021-04-28 10:59:01 +03:00
github.com/valyala/fastjson v1.6.3
github.com/wI2L/jettison v0.7.1
2020-04-26 06:03:17 +03:00
)
2020-05-03 11:41:33 +03:00
require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
)
2020-05-03 11:41:33 +03:00
replace github.com/goccy/go-json => ../