cert-manager/test
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/dns rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
e2e rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
fixtures Adds an upgrade test 2021-07-06 17:21:58 +01:00
integration rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
internal rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
unit rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
OWNERS