diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-07-02 15:27:49 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-07-02 15:27:54 -0400 |
commit | d4a0337d0255542d21eef844ff4a523fe7e54ef0 (patch) | |
tree | ca41d832f6771d705d4df5481d3bf140a7d54487 /go.mod | |
parent | 1e429704172a774fc3b045dfc0ae427aa8cea5a3 (diff) | |
download | podman-d4a0337d0255542d21eef844ff4a523fe7e54ef0.tar.gz podman-d4a0337d0255542d21eef844ff4a523fe7e54ef0.tar.bz2 podman-d4a0337d0255542d21eef844ff4a523fe7e54ef0.zip |
Bump to imagebuilder v1.1.6 on v2 branch
As the title says.
Addresses: https://github.com/containers/buildah/issues/2424
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.1.0 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 |