diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-21 13:26:40 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-21 13:26:40 -0400 |
commit | 372829972bc793507488bb9c9628017bd8963d25 (patch) | |
tree | f4055fa22bd1a0e285cb0602feb69f9297eaaec5 /go.mod | |
parent | 6c8ce3eff60d0e220d3ca04706d9d05b3887b5ed (diff) | |
download | podman-372829972bc793507488bb9c9628017bd8963d25.tar.gz podman-372829972bc793507488bb9c9628017bd8963d25.tar.bz2 podman-372829972bc793507488bb9c9628017bd8963d25.zip |
Bump github.com/opencontainers/go-digest from 1.0.0-rc1 to 1.0.0
Bumps [github.com/opencontainers/go-digest](https://github.com/opencontainers/go-digest) from 1.0.0-rc1 to 1.0.0.
- [Release notes](https://github.com/opencontainers/go-digest/releases)
- [Commits](https://github.com/opencontainers/go-digest/compare/v1.0.0-rc1...v1.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ require ( github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/onsi/ginkgo v1.12.1 github.com/onsi/gomega v1.10.1 - github.com/opencontainers/go-digest v1.0.0-rc1 + github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 github.com/opencontainers/runc v1.0.0-rc9 github.com/opencontainers/runtime-spec v1.0.3-0.20200520003142-237cc4f519e2 |