File: go.mod

package info (click to toggle)
zfind 0.4.7-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 320 kB
  • sloc: sh: 145; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 877 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
27
28
29
module github.com/laktak/zfind

go 1.23.0

toolchain go1.24.4

require (
	github.com/alecthomas/kong v1.11.0
	github.com/alecthomas/participle/v2 v2.1.4
	github.com/bodgit/sevenzip v1.6.1
	github.com/fatih/color v1.18.0
	github.com/nwaples/rardecode v1.1.3
	github.com/ulikunitz/xz v0.5.12
)

require (
	github.com/andybalholm/brotli v1.1.1 // indirect
	github.com/bodgit/plumbing v1.3.0 // indirect
	github.com/bodgit/windows v1.0.1 // indirect
	github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
	github.com/klauspost/compress v1.18.0 // indirect
	github.com/mattn/go-colorable v0.1.14 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/pierrec/lz4/v4 v4.1.22 // indirect
	github.com/spf13/afero v1.14.0 // indirect
	go4.org v0.0.0-20230225012048-214862532bf5 // indirect
	golang.org/x/sys v0.33.0 // indirect
	golang.org/x/text v0.26.0 // indirect
)