File: go.dev.mod

package info (click to toggle)
golang-github-wader-gojq 0.0~git20231105.2b6d9e2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 960 kB
  • sloc: yacc: 642; makefile: 84
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/wader/gojq

go 1.19

require (
	github.com/itchyny/astgen-go v0.0.0-20210914105503-cc8fccf6f972 // indirect
	github.com/itchyny/timefmt-go v0.1.5 // indirect
)