cert-manager/test/integration
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
..
acme rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
certificates rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
conversion rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
ctl rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
framework rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
fuzz rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
rfc2136_dns01 rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
validation rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
versionchecker rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
webhook rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
BUILD.bazel move fuzzing tests to test/integration/fuzz/% 2022-01-14 15:36:00 +00:00