diff options
author | Miloslav Trmač <mitr@redhat.com> | 2022-07-28 23:27:42 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2022-07-30 17:26:08 +0200 |
commit | 63d77da5b9b0578fcbfef927a7bd1579c6ed1198 (patch) | |
tree | 1e5bbdfff9f7f9fba1c135a73379479d9cb24232 /vendor/modules.txt | |
parent | b01478044b47ac07697a8db1b5eb7f7922b058cc (diff) | |
download | podman-63d77da5b9b0578fcbfef927a7bd1579c6ed1198.tar.gz podman-63d77da5b9b0578fcbfef927a7bd1579c6ed1198.tar.bz2 podman-63d77da5b9b0578fcbfef927a7bd1579c6ed1198.zip |
Update c/common to an unreleased version
... to get https://github.com/containers/common/pull/1106 .
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index fe20ca942..9dc401f60 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -114,7 +114,7 @@ github.com/containers/buildah/pkg/rusage github.com/containers/buildah/pkg/sshagent github.com/containers/buildah/pkg/util github.com/containers/buildah/util -# github.com/containers/common v0.48.1-0.20220720145307-26032247af78 +# github.com/containers/common v0.49.1-0.20220729221035-246800047d46 ## explicit github.com/containers/common/libimage github.com/containers/common/libimage/define @@ -167,7 +167,7 @@ github.com/containers/common/version # github.com/containers/conmon v2.0.20+incompatible ## explicit github.com/containers/conmon/runner/config -# github.com/containers/image/v5 v5.21.2-0.20220721072459-bf19265865b7 +# github.com/containers/image/v5 v5.22.0 ## explicit github.com/containers/image/v5/copy github.com/containers/image/v5/directory @@ -257,7 +257,7 @@ github.com/containers/psgo/internal/dev github.com/containers/psgo/internal/host github.com/containers/psgo/internal/proc github.com/containers/psgo/internal/process -# github.com/containers/storage v1.41.1-0.20220718173332-b10c469fda0a +# github.com/containers/storage v1.42.0 ## explicit github.com/containers/storage github.com/containers/storage/drivers @@ -433,6 +433,12 @@ github.com/golang/protobuf/ptypes github.com/golang/protobuf/ptypes/any github.com/golang/protobuf/ptypes/duration github.com/golang/protobuf/ptypes/timestamp +# github.com/google/go-cmp v0.5.8 +github.com/google/go-cmp/cmp +github.com/google/go-cmp/cmp/internal/diff +github.com/google/go-cmp/cmp/internal/flags +github.com/google/go-cmp/cmp/internal/function +github.com/google/go-cmp/cmp/internal/value # github.com/google/go-containerregistry v0.10.0 github.com/google/go-containerregistry/pkg/name # github.com/google/go-intervals v0.0.2 @@ -470,7 +476,7 @@ github.com/jinzhu/copier # github.com/json-iterator/go v1.1.12 ## explicit github.com/json-iterator/go -# github.com/klauspost/compress v1.15.8 +# github.com/klauspost/compress v1.15.9 github.com/klauspost/compress github.com/klauspost/compress/flate github.com/klauspost/compress/fse @@ -560,7 +566,7 @@ github.com/onsi/ginkgo/reporters/stenographer github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty github.com/onsi/ginkgo/types -# github.com/onsi/gomega v1.19.0 +# github.com/onsi/gomega v1.20.0 ## explicit github.com/onsi/gomega github.com/onsi/gomega/format |