diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-07-02 14:57:45 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-07-02 14:57:56 -0400 |
commit | a704911061c2205475bf5b252d80fc43a9927a41 (patch) | |
tree | 35b68a42b69a687dfe82596c19518d0e07c1ad4b /go.mod | |
parent | bd2fca06090f8138b4f770b753adc05c28912d6f (diff) | |
download | podman-a704911061c2205475bf5b252d80fc43a9927a41.tar.gz podman-a704911061c2205475bf5b252d80fc43a9927a41.tar.bz2 podman-a704911061c2205475bf5b252d80fc43a9927a41.zip |
Bump imagebuilder to v1.1.6 in upstream
Bump the imagebuilder package to v1.1.6 in
the upstream branch.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ require ( github.com/opencontainers/runtime-spec v1.0.3-0.20200520003142-237cc4f519e2 github.com/opencontainers/runtime-tools v0.9.0 github.com/opencontainers/selinux v1.5.2 + github.com/openshift/imagebuilder v1.1.6 // indirect github.com/opentracing/opentracing-go v1.2.0 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 |