cert-manager/hack/build
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
..
.kazelcfg.json rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
BUILD.bazel Disable atomicalign vet check due to panic on linux/arm 2019-10-01 21:16:00 +01:00
docker.bzl rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
nogo_config.json
print-workspace-status.sh Adds feedback from code review 2021-07-08 10:17:37 +01:00
repos.bzl bazel run //hack:update-deps 2022-01-20 15:26:18 +00:00
version.sh rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00