Skip to content
Snippets Groups Projects
Commit 4b44a6ff authored by Kalin Canov's avatar Kalin Canov :fishing_pole_and_fish:
Browse files

Update README.md

parent 0d67c348
Branches
Tags
No related merge requests found
Pipeline #52362 passed
...@@ -53,7 +53,7 @@ To run the linters go to the root project directory and run: ...@@ -53,7 +53,7 @@ To run the linters go to the root project directory and run:
golangci-lint run golangci-lint run
``` ```
### Dependencies and Vendor ## Dependencies
The project uses Go modules for managing dependencies, and we commit the `vendor` directory. 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 When you add/change dependencies, be sure to clean and update the `vendor` directory before
...@@ -63,7 +63,9 @@ go mod tidy ...@@ -63,7 +63,9 @@ go mod tidy
go mod vendor go mod vendor
``` ```
[Dependencies](go.mod)
## License ## License
<hr/> <hr/>
[Apache 2.0 license](LICENSE) [Apache 2.0 license](LICENSE)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment