diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 08:01:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 08:01:58 +0000 |
commit | 24d2df73070959384a06c6bd47a99db43b1600ae (patch) | |
tree | e2b8ab38fe8396a535d4c312ef7c4fae01a66343 /go.mod | |
parent | 6933d4611a94097681a1d8435290d9bb1c59f1f4 (diff) | |
download | podman-24d2df73070959384a06c6bd47a99db43b1600ae.tar.gz podman-24d2df73070959384a06c6bd47a99db43b1600ae.tar.bz2 podman-24d2df73070959384a06c6bd47a99db43b1600ae.zip |
Bump github.com/containers/ocicrypt from 1.1.0 to 1.1.1
Bumps [github.com/containers/ocicrypt](https://github.com/containers/ocicrypt) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/containers/ocicrypt/releases)
- [Commits](https://github.com/containers/ocicrypt/compare/v1.1.0...v1.1.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ require ( github.com/containers/common v0.35.4 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.11.0 - github.com/containers/ocicrypt v1.1.0 + github.com/containers/ocicrypt v1.1.1 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.29.0 github.com/coreos/go-systemd/v22 v22.3.1 @@ -61,7 +61,7 @@ require ( github.com/vbauerster/mpb/v6 v6.0.3 github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 go.etcd.io/bbolt v1.3.5 - golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad + golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20210324051608-47abb6519492 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 |