26 lines
745 B
Modula-2
26 lines
745 B
Modula-2
module github.com/openkruise/rollouts
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/evanphx/json-patch v4.11.0+incompatible
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.17.0
|
|
github.com/openkruise/kruise-api v1.3.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/api v0.22.6
|
|
k8s.io/apiextensions-apiserver v0.22.6
|
|
k8s.io/apimachinery v0.22.6
|
|
k8s.io/client-go v0.22.6
|
|
k8s.io/component-base v0.22.6
|
|
k8s.io/klog/v2 v2.10.0
|
|
k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e
|
|
layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf
|
|
sigs.k8s.io/controller-runtime v0.10.3
|
|
sigs.k8s.io/gateway-api v0.4.3
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|