go-json/benchmarks/go.mod

11 lines
209 B
Modula-2
Raw Normal View History

2020-04-26 06:03:17 +03:00
module benchmark
go 1.12
require (
github.com/francoispqt/gojay v1.2.13
2020-04-26 09:03:07 +03:00
github.com/goccy/go-json v0.0.0-20200426055945-3bd7507c309f
2020-04-26 06:03:17 +03:00
github.com/json-iterator/go v1.1.9
github.com/mailru/easyjson v0.7.1
)