-
Notifications
You must be signed in to change notification settings - Fork 8
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
2 changed files
with
29 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,30 @@ | ||
module github.com/jm33-m0/go-lpe | ||
|
||
go 1.16 | ||
go 1.23.3 | ||
|
||
require ( | ||
github.com/creack/pty v1.1.17 | ||
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect | ||
github.com/mholt/archiver/v4 v4.0.0-alpha.8 | ||
github.com/creack/pty v1.1.24 | ||
github.com/jm33-m0/arc v0.0.0-20241123070138-1a10ff9f0fe4 | ||
) | ||
|
||
require ( | ||
github.com/STARRY-S/zip v0.2.1 // indirect | ||
github.com/andybalholm/brotli v1.1.1 // indirect | ||
github.com/bodgit/plumbing v1.3.0 // indirect | ||
github.com/bodgit/sevenzip v1.6.0 // indirect | ||
github.com/bodgit/windows v1.0.1 // indirect | ||
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/pgzip v1.2.6 // indirect | ||
github.com/mholt/archives v0.0.0-20241123043835-f28756b8d6c7 // indirect | ||
github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/sorairolake/lzip-go v0.3.5 // indirect | ||
github.com/therootcompany/xz v1.0.1 // indirect | ||
github.com/ulikunitz/xz v0.5.12 // indirect | ||
go4.org v0.0.0-20230225012048-214862532bf5 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
) |
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