cert-manager/pkg/util/versionchecker
Ashley Davis 3a055cc2f5
rename all uses of github.com/jetstack/cert-manager
This was done by running the following command twice:

 ```bash
 grep -Ri "github.com/jetstack/cert-manager" . | \
 cut -d":" -f1 | \
 sort | \
 uniq | \
 xargs sed -i
 "s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/"
 ```

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2022-02-02 09:08:31 +00:00
..
BUILD.bazel rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
fromcrd.go move versionchecker tests to test/integration 2022-01-12 14:21:53 +00:00
fromlabels.go don't early-stop, instead return all versions 2021-07-29 15:06:31 +02:00
fromservice.go move versionchecker tests to test/integration 2022-01-12 14:21:53 +00:00
versionchecker.go move versionchecker tests to test/integration 2022-01-12 14:21:53 +00:00