cert-manager/pkg/api/util
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
conditions.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
duration.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
issuers.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
kube.go add go linters 2022-01-13 00:12:15 +05:30
names_test.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
names.go add comments to satisfy linter 2021-11-04 18:15:46 +01:00
usages.go rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00