diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-09 16:17:26 +0000 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-09-10 15:23:43 +0200 |
commit | 309d989712e5922e259916533d181b7545b201a1 (patch) | |
tree | 045e4ed7802a431ffcc5f6291c7409fdc1f18b35 /go.mod | |
parent | 784e1ae137587ba7130eff315ebd6965e444da03 (diff) | |
download | podman-309d989712e5922e259916533d181b7545b201a1.tar.gz podman-309d989712e5922e259916533d181b7545b201a1.tar.bz2 podman-309d989712e5922e259916533d181b7545b201a1.zip |
Bump github.com/containers/psgo from 1.5.2 to 1.6.0
Bumps [github.com/containers/psgo](https://github.com/containers/psgo) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/containers/psgo/releases)
- [Commits](https://github.com/containers/psgo/compare/v1.5.2...v1.6.0)
---
updated-dependencies:
- dependency-name: github.com/containers/psgo
dependency-type: direct:production
update-type: version-update:semver-minor
...
[NO TESTS NEEDED] since it's migrating to a new version.
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require ( github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.16.0 github.com/containers/ocicrypt v1.1.2 - github.com/containers/psgo v1.5.2 + github.com/containers/psgo v1.6.0 github.com/containers/storage v1.35.0 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 |