File: go.dev.mod

package info (click to toggle)
golang-github-wader-gojq 0.0~git20230131.53cfdef-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 960 kB
  • sloc: yacc: 642; makefile: 89
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.17

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