diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-03 09:34:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 09:34:51 +0000 |
commit | 735470ff234a319d2f02f634204bc74af77cc60e (patch) | |
tree | d3ba0b984e1b7be272efed23cc015f776769f0cc /go.mod | |
parent | b64e20a53d3f5de262f2c475be490b35977d5f32 (diff) | |
download | podman-735470ff234a319d2f02f634204bc74af77cc60e.tar.gz podman-735470ff234a319d2f02f634204bc74af77cc60e.tar.bz2 podman-735470ff234a319d2f02f634204bc74af77cc60e.zip |
Bump go.etcd.io/bbolt from 1.3.5 to 1.3.6
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.5...v1.3.6)
---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ require ( github.com/uber/jaeger-client-go v2.29.1+incompatible github.com/vbauerster/mpb/v6 v6.0.4 github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 - go.etcd.io/bbolt v1.3.5 + go.etcd.io/bbolt v1.3.6 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-20210514084401-e8d321eab015 |