mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
* Avoiding loop on updating outer resource quota * Using retryOnConflict on Tenant status update * Using errgroup instead of bare go routines * Testing Namespace Capsule default label presence
19 lines
481 B
Modula-2
19 lines
481 B
Modula-2
module github.com/clastix/capsule
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-logr/logr v0.2.1
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/onsi/ginkgo v1.14.1
|
|
github.com/onsi/gomega v1.10.2
|
|
github.com/stretchr/testify v1.5.1
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
k8s.io/api v0.19.3
|
|
k8s.io/apimachinery v0.19.3
|
|
k8s.io/client-go v0.19.3
|
|
k8s.io/utils v0.0.0-20200912215256-4140de9c8800
|
|
sigs.k8s.io/controller-runtime v0.7.0-alpha.4
|
|
)
|