linkerd2/bin
Oliver Gould adecf632ca
dev: Add go-mod-* scripts to inspect the go module hierarchy (#9094)
It can be difficult to understand why a given module is a part of our Go
dependencies. This change adds utility scripts--inspired by Rust's
`cargo tree`--that use `go mod graph` to inspect Go dependencies.

* `go-mod-tree` -- like `cargo tree`, prints all dependencies from an
  optional root module.
* `go-mod-versions` -- enumerates all versions of a module in the Go
  dependency graph
* `go-mod-why` -- like `cargo tree -i`, prints the tree of modules that
  depend on a given module.

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-08-08 11:32:17 -07:00
..
win Update CI and docs to reference `main` branch (#4662) 2020-06-24 12:39:22 -07:00
_docker.sh Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
_log.sh Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
_os.sh Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
_release.sh Fix spelling mistakes using codespell (#4700) 2020-07-07 17:07:22 -05:00
_tag.sh Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
_test-helpers.sh Allows RSA signed trust anchors on linkerd cli (#7771) (#8868) 2022-08-08 08:04:24 -05:00
build-cli-bin viz: move some components into linkerd-viz (#5340) 2020-12-23 20:17:31 +05:30
certs-openssl Ability for int tests to use external certs generated with openssl (#4997) 2020-09-25 11:25:29 -05:00
create-release-tag Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
docker Standardize curl flags with scurl (#7658) 2022-01-24 08:42:20 -08:00
docker-build Stop shipping grafana-based image (#7567) 2022-01-11 14:47:40 -05:00
docker-build-cli-bin Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-build-cni-plugin Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-build-controller Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-build-debug Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-build-jaeger-webhook Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-build-metrics-api Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-build-policy-controller Consider arch when building policy-controller (#7343) 2021-11-23 12:51:56 -07:00
docker-build-proxy Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-build-tap Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-build-web Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-cache-prune Migrate CI to docker buildx and other improvements (#4765) 2020-07-22 14:27:45 -05:00
docker-pull Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-pull-binaries Speed improvements for `integration_tests.yml` and CLI docker target changes (#6762) 2021-08-27 16:02:43 -05:00
docker-push Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-retag-all Fix up docker build scripts (#6781) 2021-09-01 09:37:56 -07:00
docker-test-proxy build: Remove the DOCKER_TRACE environment variable (#5583) 2021-01-20 22:09:47 -08:00
fetch-proxy Standardize curl flags with scurl (#7658) 2022-01-24 08:42:20 -08:00
fmt Fix bug in fmt bash script (#8500) 2022-05-16 22:39:27 -07:00
git-commit-proxy-version Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
go-mod-tree dev: Add go-mod-* scripts to inspect the go module hierarchy (#9094) 2022-08-08 11:32:17 -07:00
go-mod-versions dev: Add go-mod-* scripts to inspect the go module hierarchy (#9094) 2022-08-08 11:32:17 -07:00
go-mod-why dev: Add go-mod-* scripts to inspect the go module hierarchy (#9094) 2022-08-08 11:32:17 -07:00
go-run go-run: Move temporary binary into `target` directory (#4657) 2020-06-23 15:55:34 -07:00
goimports Improve shellscript portability by using /bin/env (#4628) 2020-06-19 15:49:29 -04:00
helm ci: Use devcontainer tooling in CI (#8925) 2022-07-27 09:54:39 -07:00
helm-build Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
helm-docs ci: Use devcontainer tooling in CI (#8925) 2022-07-27 09:54:39 -07:00
helm-docs-diff bin/shellcheck-all was missing some files (#5335) 2020-12-08 09:30:52 -05:00
image-load Revert "feat: use direct image import in policy controller tests (#8771)" (#8813) 2022-07-05 13:33:00 -07:00
install-deps Bump minimum kubernetes version to 1.21 (#8647) 2022-06-14 15:15:28 -07:00
install-pr Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
k3d dev: Update to use Kubernetes v1.24 (#8705) 2022-06-21 07:08:48 -07:00
kind Standardize curl flags with scurl (#7658) 2022-01-24 08:42:20 -08:00
kubectl Standardize curl flags with scurl (#7658) 2022-01-24 08:42:20 -08:00
linkerd Created ./bin/_os.sh lib for os-arch detection (#4880) 2020-08-14 09:59:52 -05:00
minikube-start-hyperv.bat Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
protoc Update gRPC & protobuf dependencies (#8218) 2022-04-08 10:31:04 -07:00
protoc-diff dev: Add protoc to the Rust container (#9042) 2022-07-29 08:24:13 -07:00
protoc-go.sh dev: Add protoc to the Rust container (#9042) 2022-07-29 08:24:13 -07:00
root-tag Improve shellscript portability by using /bin/env (#4628) 2020-06-19 15:49:29 -04:00
scurl Standardize curl flags with scurl (#7658) 2022-01-24 08:42:20 -08:00
shellcheck ci: Use devcontainer tooling in CI (#8925) 2022-07-27 09:54:39 -07:00
shellcheck-all ci: Use devcontainer tooling in CI (#8925) 2022-07-27 09:54:39 -07:00
test-cleanup Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
test-clouds Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
test-clouds-cleanup Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
test-scale Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
tests Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00
update-codegen.sh Update linkerd authz command to support authorizationpolicy and httproute (#9037) 2022-08-03 10:48:17 -07:00
web Shellscript housekeeping (#8549) 2022-05-26 16:19:35 +01:00