-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes lint, adds ability to turn off log file. (#8)
* Fix match for files with partNN in name. * fix comments * Fix lint and add log ignore
- Loading branch information
1 parent
6d0bdd1
commit 1dcd148
Showing
11 changed files
with
171 additions
and
160 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
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
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,10 +1,13 @@ | ||
module golift.io/xtractr | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/nwaples/rardecode v1.1.2 | ||
github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda | ||
) | ||
|
||
require ( | ||
github.com/nwaples/rardecode v1.1.0 | ||
github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda // indirect | ||
github.com/saracen/solidblock v0.0.0-20190426153529-45df20abab6f // indirect | ||
github.com/ulikunitz/xz v0.5.10 // 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
Oops, something went wrong.