mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-03-03 18:20:19 +00:00
* Updating to controller-runtime v0.7.0-alpha.4 and k8s 0.19.3 * Implementing ingresses.networking.k8s.io/v1 * Aligning to latest zap signatures
18 lines
437 B
Modula-2
18 lines
437 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
|
|
gomodules.xyz/jsonpatch/v2 v2.1.0
|
|
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
|
|
)
|