File tree 2 files changed +1543
-64
lines changed
2 files changed +1543
-64
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,16 @@ module github.com/api7/kong-to-apisix
3
3
go 1.16
4
4
5
5
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
10
7
github.com/docker/docker v20.10.10+incompatible
11
8
github.com/globocom/gokong v1.9.1-0.20200127185249-0b630f045649
12
- github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
13
9
github.com/icza/dyno v0.0.0-20200205103839-49cb13720835
14
10
github.com/kong/deck v1.7.0
15
11
github.com/onsi/ginkgo v1.16.4
16
- github.com/onsi/gomega v1.10.3
12
+ github.com/onsi/gomega v1.17.0
17
13
github.com/pkg/errors v0.9.1
18
14
github.com/satori/go.uuid v1.2.0
19
15
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
22
17
gopkg.in/yaml.v2 v2.4.0
23
- gotest.tools v2.2.0+incompatible // indirect
24
18
)
You can’t perform that action at this time.
0 commit comments