File: go.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 (18 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// fork of ithub.com/itchyny/gojq
// renames module to make it easier to depend on without using replace
module github.com/wader/gojq

go 1.19

require (
	github.com/google/go-cmp v0.5.4
	github.com/itchyny/timefmt-go v0.1.5
	github.com/mattn/go-isatty v0.0.19
	github.com/mattn/go-runewidth v0.0.14
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/rivo/uniseg v0.4.4 // indirect
	golang.org/x/sys v0.8.0 // indirect
)