2019-10-28 09:35:30 +00:00
|
|
|
module github.com/seaweedfs/seaweedfs-operator
|
|
|
|
|
2020-07-26 21:47:24 +00:00
|
|
|
go 1.13
|
2019-10-28 09:35:30 +00:00
|
|
|
|
2020-07-26 21:47:24 +00:00
|
|
|
require (
|
2020-11-08 08:55:56 +00:00
|
|
|
github.com/chrislusf/seaweedfs v0.0.0-20201108012142-be2bf1f102f8
|
2020-07-26 22:10:35 +00:00
|
|
|
github.com/go-logr/logr v0.1.0
|
|
|
|
github.com/onsi/ginkgo v1.11.0
|
|
|
|
github.com/onsi/gomega v1.8.1
|
2020-11-08 08:55:56 +00:00
|
|
|
google.golang.org/grpc v1.29.1
|
2020-07-27 09:22:49 +00:00
|
|
|
k8s.io/api v0.18.2
|
2020-07-26 21:47:24 +00:00
|
|
|
k8s.io/apimachinery v0.18.2
|
|
|
|
k8s.io/client-go v0.18.2
|
2020-10-18 08:59:38 +00:00
|
|
|
k8s.io/klog v1.0.0
|
2020-07-26 21:47:24 +00:00
|
|
|
sigs.k8s.io/controller-runtime v0.6.0
|
2019-10-28 09:35:30 +00:00
|
|
|
)
|