File: go.mod

package info (click to toggle)
golang-github-mailru-easyjson 0.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 860 kB
  • sloc: makefile: 104; sh: 4
file content (14 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 => ../