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 (
|
2021-01-10 07:19:40 +00:00
|
|
|
github.com/chrislusf/seaweedfs v0.0.0-20210110065522-f0d3b3bf9397
|
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/go-redis/redis v6.15.7+incompatible // indirect
|
|
|
|
github.com/onsi/ginkgo v1.14.2
|
|
|
|
github.com/onsi/gomega v1.10.4
|
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
|
|
|
)
|