mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-20 04:56:44 +00:00
22 lines
641 B
AMPL
22 lines
641 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/pkg/errors v0.9.1 // indirect
|
|
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
|
|
gomodules.xyz/jsonpatch/v2 v2.0.1
|
|
gopkg.in/yaml.v2 v2.3.0 // 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
|
|
)
|