diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-17 14:31:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 14:31:39 -0700 |
commit | b819f140016b239249287e73600f18ab78051d41 (patch) | |
tree | 85301f4082454156a864aba6b4b78745fb56a901 /go.mod | |
parent | 3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0 (diff) | |
parent | 21f229a3dd3c1348d8f882050203d96f261f78ea (diff) | |
download | podman-b819f140016b239249287e73600f18ab78051d41.tar.gz podman-b819f140016b239249287e73600f18ab78051d41.tar.bz2 podman-b819f140016b239249287e73600f18ab78051d41.zip |
Merge pull request #9717 from nalind/error-race
[NO TESTS NEEDED] pkg/bindings/images.Build(): fix a race condition in error reporting
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/containers/ocicrypt v1.1.0 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.25.0 - github.com/coreos/go-systemd/v22 v22.2.0 + github.com/coreos/go-systemd/v22 v22.1.0 github.com/cri-o/ocicni v0.2.1-0.20210301205850-541cf7c703cf github.com/cyphar/filepath-securejoin v0.2.2 github.com/davecgh/go-spew v1.1.1 |