mirror of https://github.com/linkerd/linkerd2.git
Go dependencies which are only used by generated code had not previously been checked into the repo. Because `go generate` does not respect the `-mod=readonly` flag, running `bin/linkerd` will add these dependencies and dirty the local repo. This can interfere with the way version tags are generated. To avoid this, we simply check these deps in. Note that running `go mod tidy` will remove these again. Thus, it is not recommended to run `go mod tidy`. Signed-off-by: Alex Leong <alex@buoyant.io> |
||
---|---|---|
.. | ||
app | ||
srv | ||
templates | ||
Dockerfile | ||
main.go |