mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +00:00
Update go-xz to 0.1.0
Older versions go-xz didn't wait for child processes meaning for exery unpack action a defunct xz would stick around. This got fixed in 0.1.0 Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
This commit is contained in:
committed by
Benj Fassbind
parent
76744ead86
commit
1df8cff842
@@ -33,7 +33,7 @@ require (
|
||||
github.com/smira/flag v0.0.0-20170926215700-695ea5e84e76
|
||||
github.com/smira/go-aws-auth v0.0.0-20180731211914-8b73995fd8d1
|
||||
github.com/smira/go-ftp-protocol v0.0.0-20140829150050-066b75c2b70d
|
||||
github.com/smira/go-xz v0.0.0-20220607140411-c2a07d4bedda
|
||||
github.com/smira/go-xz v0.1.0
|
||||
github.com/stretchr/testify v1.8.0 // indirect
|
||||
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
|
||||
github.com/ugorji/go/codec v1.2.7
|
||||
|
||||
Reference in New Issue
Block a user