File: go.mod

package info (click to toggle)
golang-github-bitfield-script 0.24.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/bitfield/script

go 1.18

require (
	github.com/google/go-cmp v0.5.9
	github.com/itchyny/gojq v0.12.13
	github.com/rogpeppe/go-internal v1.11.0
	mvdan.cc/sh/v3 v3.7.0
)

require (
	github.com/itchyny/timefmt-go v0.1.5 // indirect
	golang.org/x/sys v0.10.0 // indirect
	golang.org/x/tools v0.11.0 // indirect
)