2021-01-28 11:27:17 +08:00
|
|
|
module kubeeye
|
2020-11-08 02:43:58 +08:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-01-14 22:50:19 +08:00
|
|
|
github.com/gobuffalo/packr/v2 v2.8.1
|
|
|
|
github.com/karrick/godirwalk v1.16.1 // indirect
|
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
|
2021-01-14 22:50:19 +08:00
|
|
|
github.com/rogpeppe/go-internal v1.6.2 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.7.0
|
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-11-08 02:43:58 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-12-10 21:33:19 +08:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2021-01-14 22:50:19 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2021-01-28 11:27:17 +08:00
|
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
2021-01-14 22:50:19 +08:00
|
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
|
2021-01-28 11:27:17 +08:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
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
|
|
|
|
)
|