Merge pull request #612 from rfredette/threadcount-max
Bug 1949799: Set maximum for ingresscontroller spec.tuningOptions.threadCount to 64
... | ... | @@ -15,7 +15,7 @@ require ( |
github.com/go-logr/zapr v0.4.0 | ||
github.com/google/go-cmp v0.5.2 | ||
github.com/kevinburke/go-bindata v3.11.0+incompatible | ||
github.com/openshift/api v0.0.0-20210416094334-c22782737ea0 | ||
github.com/openshift/api v0.0.0-20210513192832-efee9960e6fd | ||
github.com/openshift/build-machinery-go v0.0.0-20210409131504-b1828cc0cdad | ||
github.com/openshift/library-go v0.0.0-20210331235027-66936e2fcc52 | ||
github.com/pkg/errors v0.9.1 | ||
... | ... |
This diff is collapsed.