mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-19 04:26:45 +00:00
16 lines
344 B
AMPL
16 lines
344 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
|
|
k8s.io/api v0.18.2
|
|
k8s.io/apimachinery v0.18.2
|
|
k8s.io/client-go v0.18.2
|
|
sigs.k8s.io/controller-runtime v0.6.0
|
|
)
|