bump version of vulnerable dependencies (#1172)

This commit is contained in:
nils måsén 2021-12-27 12:15:20 +01:00 committed by GitHub
parent 6ff1d8ac17
commit ebdbe2994c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 32 deletions

5
go.mod
View file

@ -2,8 +2,11 @@ module github.com/containrrr/watchtower
go 1.12
// Use non-vulnerable runc (until github.com/containerd/containerd v1.6.0 is stable)
replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3
require (
github.com/containerd/containerd v1.5.7 // indirect
github.com/containerd/containerd v1.5.8 // indirect
github.com/containrrr/shoutrrr v0.5.2
github.com/docker/cli v20.10.8+incompatible
github.com/docker/distribution v2.7.1+incompatible