Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readiness tracker collect invalid expects #750

Merged
merged 11 commits into from
Jul 29, 2020
13 changes: 8 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,26 @@ require (
github.com/go-logr/zapr v0.1.0
github.com/go-openapi/spec v0.19.4 // indirect
github.com/google/go-cmp v0.3.1
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.1
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/open-policy-agent/frameworks/constraint v0.0.0-20200609232535-dd99544a3119
github.com/open-policy-agent/opa v0.21.0
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0
github.com/stretchr/testify v1.5.1 // indirect
go.opencensus.io v0.22.2
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.18.2
k8s.io/apiextensions-apiserver v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/client-go v0.18.2
sigs.k8s.io/controller-runtime v0.6.0
sigs.k8s.io/controller-tools v0.3.0 // indirect
sigs.k8s.io/yaml v1.2.0
)
Loading