Codebase list gojq-upstream / main go.dev.mod
main

Tree @main (Download .tar.gz)

go.dev.mod @mainraw · history · blame

1
2
3
4
5
6
7
8
module github.com/itchyny/gojq

go 1.16

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