module github.com/apache/apisix-control-plane | |
go 1.13 | |
require ( | |
github.com/ghodss/yaml v1.0.0 | |
github.com/gxthrj/seven v0.1.9 | |
github.com/hashicorp/go-memdb v1.2.1 | |
github.com/onsi/ginkgo v1.14.0 | |
github.com/onsi/gomega v1.10.1 | |
github.com/xeipuuv/gojsonschema v1.2.0 | |
github.com/yudai/gojsondiff v1.0.0 | |
go.uber.org/zap v1.15.0 | |
gopkg.in/resty.v1 v1.12.0 | |
gopkg.in/yaml.v2 v2.3.0 | |
) |