diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-26 07:54:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 07:54:00 +0000 |
commit | b7dda21e33f9bddda9b49adbd0f18d5205b249f4 (patch) | |
tree | 2648f9d9d821e32c900aede7f776390f75ff8db6 /go.mod | |
parent | 9e23e0b3e3b219cbdc42fac4f843d6d2ec97421b (diff) | |
download | podman-b7dda21e33f9bddda9b49adbd0f18d5205b249f4.tar.gz podman-b7dda21e33f9bddda9b49adbd0f18d5205b249f4.tar.bz2 podman-b7dda21e33f9bddda9b49adbd0f18d5205b249f4.zip |
Bump github.com/vbauerster/mpb/v6 from 6.0.2 to 6.0.3
Bumps [github.com/vbauerster/mpb/v6](https://github.com/vbauerster/mpb) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/vbauerster/mpb/releases)
- [Commits](https://github.com/vbauerster/mpb/compare/v6.0.2...v6.0.3)
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
@@ -60,12 +60,12 @@ require ( github.com/stretchr/testify v1.7.0 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 github.com/uber/jaeger-client-go v2.25.0+incompatible - github.com/vbauerster/mpb/v6 v6.0.2 + 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/sync v0.0.0-20201020160332-67f06af15bc9 - golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 + golang.org/x/sys v0.0.0-20210324051608-47abb6519492 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 k8s.io/api v0.20.5 |