2020-11-08 02:43:58 +08:00
|
|
|
module kubeye
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gobuffalo/packr/v2 v2.8.0
|
2020-11-20 18:57:02 +08:00
|
|
|
github.com/pkg/errors v0.8.1
|
2020-11-08 02:43:58 +08:00
|
|
|
github.com/qri-io/jsonschema v0.1.1
|
|
|
|
github.com/sirupsen/logrus v1.6.0
|
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-12-10 21:33:19 +08:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-12-23 19:50:34 +08:00
|
|
|
k8s.io/api v0.18.8
|
|
|
|
k8s.io/apimachinery v0.18.8
|
2020-11-08 02:43:58 +08:00
|
|
|
k8s.io/client-go v0.18.6
|
|
|
|
sigs.k8s.io/controller-runtime v0.6.3
|
2020-12-23 19:50:34 +08:00
|
|
|
sigs.k8s.io/yaml v1.2.0
|
2020-11-08 02:43:58 +08:00
|
|
|
)
|