forked from mholt/archiver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
483 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
module unarchiver | ||
|
||
go 1.22.7 | ||
|
||
require github.com/mholt/archiver/v4 v4.0.0-alpha.8 | ||
|
||
require ( | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/bodgit/plumbing v1.2.0 // indirect | ||
github.com/bodgit/sevenzip v1.3.0 // indirect | ||
github.com/bodgit/windows v1.0.0 // indirect | ||
github.com/connesc/cipherio v0.2.1 // indirect | ||
github.com/dsnet/compress v0.0.1 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/klauspost/compress v1.15.9 // indirect | ||
github.com/klauspost/pgzip v1.2.5 // indirect | ||
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.15 // indirect | ||
github.com/therootcompany/xz v1.0.1 // indirect | ||
github.com/ulikunitz/xz v0.5.10 // indirect | ||
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect | ||
golang.org/x/text v0.3.8 // indirect | ||
) |
Oops, something went wrong.