2019-10-28 09:35:30 +00:00
|
|
|
module github.com/seaweedfs/seaweedfs-operator
|
|
|
|
|
2021-11-03 08:44:06 +00:00
|
|
|
go 1.17
|
2019-10-28 09:35:30 +00:00
|
|
|
|
2020-07-26 21:47:24 +00:00
|
|
|
require (
|
2021-11-03 08:44:06 +00:00
|
|
|
github.com/chrislusf/seaweedfs v0.0.0-20211103064547-ab97b17e6250
|
2020-07-26 22:10:35 +00:00
|
|
|
github.com/go-logr/logr v0.1.0
|
2021-01-10 07:19:40 +00:00
|
|
|
github.com/onsi/ginkgo v1.14.2
|
|
|
|
github.com/onsi/gomega v1.10.4
|
2021-11-03 08:44:06 +00:00
|
|
|
google.golang.org/grpc v1.40.0
|
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
|
|
|
)
|