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-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-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
|
|
|
|
sigs.k8s.io/controller-runtime v0.6.0
|
2019-10-28 09:35:30 +00:00
|
|
|
)
|