Skip to content

Commit 5ea324a

Browse files
chore(deps): bump github.com/containerd/containerd from 1.5.7 to 1.6.26
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.7 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.5.7...v1.6.26) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe055a6 commit 5ea324a

File tree

2 files changed

+1543
-64
lines changed

2 files changed

+1543
-64
lines changed

go.mod

+3-9
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,16 @@ module github.com/api7/kong-to-apisix
33
go 1.16
44

55
require (
6-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
7-
github.com/Microsoft/go-winio v0.5.0 // indirect
8-
github.com/apache/apisix-ingress-controller v0.0.0-20210614074814-7e146b66f26c // indirect
9-
github.com/containerd/containerd v1.5.7 // indirect
6+
github.com/containerd/containerd v1.6.26 // indirect
107
github.com/docker/docker v20.10.10+incompatible
118
github.com/globocom/gokong v1.9.1-0.20200127185249-0b630f045649
12-
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
139
github.com/icza/dyno v0.0.0-20200205103839-49cb13720835
1410
github.com/kong/deck v1.7.0
1511
github.com/onsi/ginkgo v1.16.4
16-
github.com/onsi/gomega v1.10.3
12+
github.com/onsi/gomega v1.17.0
1713
github.com/pkg/errors v0.9.1
1814
github.com/satori/go.uuid v1.2.0
1915
github.com/spf13/cobra v1.2.1
20-
github.com/stretchr/testify v1.7.0
21-
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
16+
github.com/stretchr/testify v1.8.4
2217
gopkg.in/yaml.v2 v2.4.0
23-
gotest.tools v2.2.0+incompatible // indirect
2418
)

0 commit comments

Comments
 (0)