File: go.mod

package info (click to toggle)
golang-github-buger-jsonparser 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 684 kB
  • sloc: sh: 30; makefile: 29
file content (15 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module benchmarks

require (
	github.com/Jeffail/gabs v1.2.0
	github.com/a8m/djson v0.0.0-20170509170705-c02c5aef757f
	github.com/antonholmquist/jason v1.0.0
	github.com/bitly/go-simplejson v0.5.0
	github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
	github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
	github.com/kr/pretty v0.1.0 // indirect
	github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983
	github.com/mreiferson/go-ujson v0.0.0-20160507014224-e88340868a14
	github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7
	github.com/ugorji/go v1.1.4
)