Skip to content

Commit 80f16f0

Browse files
committed
chore(deps): Upgrade containerd to 1.5.13
1 parent b44c473 commit 80f16f0

File tree

2 files changed

+564
-25
lines changed

2 files changed

+564
-25
lines changed

go.mod

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,23 @@ go 1.13
66

77
require (
88
github.com/Microsoft/go-winio v0.5.2 // indirect
9-
github.com/containerd/containerd v1.4.13 // indirect
9+
github.com/containerd/containerd v1.5.13 // indirect
1010
github.com/docker/distribution v2.8.1+incompatible // indirect
1111
github.com/docker/docker v20.10.13+incompatible
1212
github.com/docker/go-connections v0.4.0 // indirect
13-
github.com/docker/go-units v0.4.0 // indirect
1413
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
1514
github.com/go-playground/validator/v10 v10.1.0
1615
github.com/go-resty/resty/v2 v2.1.0
1716
github.com/gorilla/mux v1.8.0 // indirect
1817
github.com/labstack/echo/v4 v4.9.0
1918
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
2019
github.com/morikuni/aec v1.0.0 // indirect
21-
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
22-
github.com/opencontainers/image-spec v1.0.2 // indirect
2320
github.com/robfig/cron/v3 v3.0.1
24-
github.com/sirupsen/logrus v1.7.0
25-
github.com/spf13/cobra v0.0.5
21+
github.com/sirupsen/logrus v1.8.1
22+
github.com/spf13/cobra v1.0.0
2623
github.com/spf13/pflag v1.0.5
2724
github.com/spf13/viper v1.8.1
2825
github.com/stretchr/testify v1.7.0
2926
gotest.tools/v3 v3.1.0 // indirect
30-
sigs.k8s.io/yaml v1.1.0
27+
sigs.k8s.io/yaml v1.2.0
3128
)

0 commit comments

Comments
 (0)