blob: 893e890befb881aeeda80a8191f9d38a9e7fd114 [file] [log] [blame]
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
)