chore(deps): bump shoutrrr and containrd (#1088)

- update containrrr/shoutrrr to latest v0.5 patch (v0.5.1 => v0.5.2)
- update containerd/containerd to a "safe" version (v1.5.5 => v1.5.7)
This commit is contained in:
nils måsén 2021-10-09 12:12:34 +02:00 committed by GitHub
parent db13bdec3c
commit 4a66a693c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 4 deletions

4
go.mod
View file

@ -3,8 +3,8 @@ module github.com/containrrr/watchtower
go 1.12
require (
github.com/containerd/containerd v1.5.5 // indirect
github.com/containrrr/shoutrrr v0.5.1
github.com/containerd/containerd v1.5.7 // indirect
github.com/containrrr/shoutrrr v0.5.2
github.com/docker/cli v20.10.8+incompatible
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v20.10.8+incompatible