Skip to content

Commit

Permalink
chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6…
Browse files Browse the repository at this point in the history
….26 (#192)

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.18 to 1.6.26.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.6.18...v1.6.26)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 83966f5 commit 7dfaeeb
Show file tree
Hide file tree
Showing 2 changed files with 959 additions and 36 deletions.
27 changes: 14 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/containerd/containerd v1.6.18 // indirect
github.com/containerd/containerd v1.6.26 // indirect
github.com/docker/cli v24.0.2+incompatible
github.com/docker/distribution v2.8.1+incompatible
github.com/docker/docker v20.10.9+incompatible
Expand All @@ -13,7 +13,6 @@ require (
github.com/gdamore/tcell v1.3.0
github.com/gizak/termui v0.0.0-20190118200331-b3075f731367
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/jessevdk/go-flags v1.5.0
github.com/json-iterator/go v1.1.12
github.com/kevinburke/ssh_config v1.1.0
Expand All @@ -23,16 +22,15 @@ require (
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/sirupsen/logrus v1.9.3
go.uber.org/goleak v1.1.12
golang.org/x/crypto v0.7.0
golang.org/x/net v0.9.0
google.golang.org/grpc v1.56.3 // indirect
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
google.golang.org/grpc v1.58.3 // indirect
)

require (
Expand All @@ -41,10 +39,13 @@ require (
github.com/google/go-cmp v0.5.9
github.com/lucasb-eyer/go-colorful v1.0.2 // indirect
github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

require golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
require (
github.com/Microsoft/hcsshim v0.9.10 // indirect
github.com/containerd/log v0.1.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
)
Loading

0 comments on commit 7dfaeeb

Please sign in to comment.