diff options
author | Qi Wang <qiwan@redhat.com> | 2020-07-24 14:09:12 -0400 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2020-08-04 15:10:47 -0400 |
commit | 69ac054ae6a97892a2c26296b591a59a71d67ac5 (patch) | |
tree | 76cb90b5211ececeebd6ce00d3a49acdccb026a8 /go.mod | |
parent | d4cf3c589d09dd395a3b63e82f5a5c198535cb46 (diff) | |
download | podman-69ac054ae6a97892a2c26296b591a59a71d67ac5.tar.gz podman-69ac054ae6a97892a2c26296b591a59a71d67ac5.tar.bz2 podman-69ac054ae6a97892a2c26296b591a59a71d67ac5.zip |
fix bug podman sign storage path
- fix the bud podman not using specified --directory as signature storage.
- use manifest and image referce to set repo@digest.
close #6994
close #6993
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -62,7 +62,6 @@ require ( golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 - gopkg.in/yaml.v2 v2.3.0 k8s.io/api v0.18.6 k8s.io/apimachinery v0.18.6 k8s.io/client-go v0.0.0-20190620085101-78d2af792bab |