diff options
author | Miloslav Trmač <mitr@redhat.com> | 2022-09-30 20:00:00 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2022-09-30 20:00:00 +0200 |
commit | 73c8416c3588ee0f72cca6d9af1009109f2d1665 (patch) | |
tree | 78e8524f462f95af2d01162a8cee85d8ebf2a7e1 /go.mod | |
parent | 0a394876bebca48b74f4bad6647ac5ec49187e85 (diff) | |
download | podman-73c8416c3588ee0f72cca6d9af1009109f2d1665.tar.gz podman-73c8416c3588ee0f72cca6d9af1009109f2d1665.tar.bz2 podman-73c8416c3588ee0f72cca6d9af1009109f2d1665.zip |
Update for https://github.com/klauspost/pgzip/pull/50
... to fix reads of compressed data by docker-archive:
> go get github.com/klauspost/pgzip@master
> make vendor
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ require ( github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jinzhu/copier v0.3.5 // indirect github.com/klauspost/compress v1.15.11 // indirect - github.com/klauspost/pgzip v1.2.5 // indirect + github.com/klauspost/pgzip v1.2.6-0.20220930104621-17e8dac29df8 // indirect github.com/kr/fs v0.1.0 // indirect github.com/letsencrypt/boulder v0.0.0-20220723181115-27de4befb95e // indirect github.com/manifoldco/promptui v0.9.0 // indirect |