-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 674 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 674 Bytes
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.23.0
require (
github.com/andybalholm/brotli v1.2.0
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.18.0
github.com/pierrec/lz4/v4 v4.1.22
github.com/spf13/afero v1.15.0
github.com/stretchr/testify v1.10.0
github.com/ulikunitz/xz v0.5.15
go4.org v0.0.0-20200411211856-f5505b9728dd
golang.org/x/sync v0.16.0
golang.org/x/text v0.28.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
)