mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-19 12:36:39 +00:00
* add capsule-user-group param * Implementing RBAC controller Co-authored-by: Maksim Fedotov <m_fedotov@wargaming.net> Co-authored-by: Dario Tranchitella <dario@tranchitella.eu>
19 lines
527 B
AMPL
19 lines
527 B
AMPL
module github.com/clastix/capsule
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-logr/logr v0.1.0
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.8.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
|
k8s.io/api v0.18.2
|
|
k8s.io/apimachinery v0.18.2
|
|
k8s.io/client-go v0.18.2
|
|
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
|
|
sigs.k8s.io/controller-runtime v0.6.0
|
|
)
|