Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
72721eddcd | |||
7fc67a10c9 |
2 changed files with 2 additions and 7 deletions
|
@ -8,7 +8,7 @@ The whole goal with this library is to create something that can both read and w
|
||||||
## Roadmap
|
## Roadmap
|
||||||
- [x] Automatically detect the archive format
|
- [x] Automatically detect the archive format
|
||||||
- [x] Add mutexes to work with concurrency
|
- [x] Add mutexes to work with concurrency
|
||||||
- [ ] Support RAR format
|
- [ ] Support RAR format (will be read-only)
|
||||||
- [ ] Support zstd format
|
- [ ] Support zstd format
|
||||||
- [ ] Add writing capability
|
- [ ] Add writing capability
|
||||||
- [ ] Support multithreaded gzip
|
- [ ] Support multithreaded gzip
|
||||||
|
|
7
go.mod
7
go.mod
|
@ -1,12 +1,7 @@
|
||||||
module egtyl.xyz/omnibill/archiver
|
module egtyl.xyz/shane/archiver
|
||||||
|
|
||||||
go 1.23.2
|
go 1.23.2
|
||||||
|
|
||||||
retract (
|
|
||||||
v1.0.1
|
|
||||||
v1.0.0
|
|
||||||
) // Retracting due to an oversight. Will be un-retracted in the future.
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/dsnet/compress v0.0.1
|
github.com/dsnet/compress v0.0.1
|
||||||
github.com/go-git/go-billy/v5 v5.6.0
|
github.com/go-git/go-billy/v5 v5.6.0
|
||||||
|
|
Loading…
Reference in a new issue