aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2022-09-30 20:00:00 +0200
committerMiloslav Trmač <mitr@redhat.com>2022-09-30 20:00:00 +0200
commit73c8416c3588ee0f72cca6d9af1009109f2d1665 (patch)
tree78e8524f462f95af2d01162a8cee85d8ebf2a7e1 /go.mod
parent0a394876bebca48b74f4bad6647ac5ec49187e85 (diff)
downloadpodman-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 957f9f4df..d1619c10e 100644
--- a/go.mod
+++ b/go.mod
@@ -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