mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-03-02 01:30:17 +00:00
22 lines
574 B
Modula-2
22 lines
574 B
Modula-2
module github.com/clastix/capsule
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-logr/logr v0.4.0
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.14.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.18.1
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
k8s.io/api v0.22.0
|
|
k8s.io/apiextensions-apiserver v0.22.0
|
|
k8s.io/apimachinery v0.22.0
|
|
k8s.io/client-go v0.22.0
|
|
k8s.io/utils v0.0.0-20210722164352-7f3ee0f31471
|
|
sigs.k8s.io/controller-runtime v0.9.5
|
|
)
|