Skip to content

Commit

Permalink
chore(deps): Upgrade containerd to 1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Nov 9, 2022
1 parent b44c473 commit 80f16f0
Show file tree
Hide file tree
Showing 2 changed files with 564 additions and 25 deletions.
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,23 @@ go 1.13

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/containerd/containerd v1.4.13 // indirect
github.com/containerd/containerd v1.5.13 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.13+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/go-playground/validator/v10 v10.1.0
github.com/go-resty/resty/v2 v2.1.0
github.com/gorilla/mux v1.8.0 // indirect
github.com/labstack/echo/v4 v4.9.0
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v0.0.5
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
gotest.tools/v3 v3.1.0 // indirect
sigs.k8s.io/yaml v1.1.0
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 80f16f0

Please sign in to comment.