diff --git a/README.md b/README.md index 6348ed820257bca6c4bfe919f65b90186cb4cd85..9526ee330aa2e0f006ba7c6eb6c2c8cbc387e3a5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ To run the linters go to the root project directory and run: golangci-lint run ``` -### Dependencies and Vendor +## Dependencies The project uses Go modules for managing dependencies, and we commit the `vendor` directory. When you add/change dependencies, be sure to clean and update the `vendor` directory before @@ -63,7 +63,9 @@ go mod tidy go mod vendor ``` +[Dependencies](go.mod) + ## License <hr/> -[Apache 2.0 license](LICENSE) \ No newline at end of file +[Apache 2.0 license](LICENSE)