File: go.mod

package info (click to toggle)
golang-github-tidwall-gjson 1.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 268 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/tidwall/gjson

go 1.12

require (
	github.com/tidwall/match v1.1.1
	github.com/tidwall/pretty v1.2.0
)