File: go.mod

package info (click to toggle)
g10k 0.9.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,236 kB
  • sloc: sh: 63; makefile: 56
file content (26 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/xorpaul/g10k

go 1.24.0

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/fatih/color v1.18.0
	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
	github.com/klauspost/pgzip v1.2.6
	github.com/remeh/sizedwaitgroup v1.0.0
	github.com/tidwall/gjson v1.18.0
	github.com/xorpaul/uiprogress v0.0.0-20201221143732-916122d4b58a
	golang.org/x/sys v0.30.0
	golang.org/x/term v0.29.0
	gopkg.in/yaml.v2 v2.4.0
)

require (
	github.com/gosuri/uilive v0.0.4 // indirect
	github.com/gosuri/uiprogress v0.0.1 // indirect
	github.com/klauspost/compress v1.17.11 // indirect
	github.com/mattn/go-colorable v0.1.14 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/tidwall/match v1.1.1 // indirect
	github.com/tidwall/pretty v1.2.1 // indirect
)