File: go.mod

package info (click to toggle)
golang-github-bodgit-sevenzip 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,208 kB
  • sloc: makefile: 5
file content (25 lines) | stat: -rw-r--r-- 673 bytes parent folder | download
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
module github.com/bodgit/sevenzip

go 1.21

require (
	github.com/andybalholm/brotli v1.1.1
	github.com/bodgit/plumbing v1.3.0
	github.com/bodgit/windows v1.0.1
	github.com/hashicorp/golang-lru/v2 v2.0.7
	github.com/klauspost/compress v1.17.11
	github.com/pierrec/lz4/v4 v4.1.22
	github.com/spf13/afero v1.11.0
	github.com/stretchr/testify v1.10.0
	github.com/ulikunitz/xz v0.5.12
	go4.org v0.0.0-20200411211856-f5505b9728dd
	golang.org/x/sync v0.10.0
	golang.org/x/text v0.21.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/objx v0.5.2 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)