mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
21 lines
534 B
Modula-2
21 lines
534 B
Modula-2
module github.com/clastix/capsule
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-logr/logr v0.3.0
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/onsi/ginkgo v1.14.1
|
|
github.com/onsi/gomega v1.10.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
k8s.io/api v0.20.2
|
|
k8s.io/apimachinery v0.20.2
|
|
k8s.io/client-go v0.20.2
|
|
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
|
|
sigs.k8s.io/controller-runtime v0.8.3
|
|
)
|