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> |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| certificate.go | ||
| certificaterequest.go | ||
| certificatesigningrequest.go | ||
| challenge.go | ||
| conditions.go | ||
| csr.go | ||
| doc.go | ||
| issuer.go | ||
| objectmeta.go | ||
| order.go | ||
| secret.go | ||