forked from mirror/go-json
11 lines
209 B
Modula-2
11 lines
209 B
Modula-2
|
module benchmark
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/francoispqt/gojay v1.2.13
|
||
|
github.com/goccy/go-json v0.0.0-20200425134937-b2f2a20f6518
|
||
|
github.com/json-iterator/go v1.1.9
|
||
|
github.com/mailru/easyjson v0.7.1
|
||
|
)
|