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
No related branches found
No related tags found
No related merge requests found
Pipeline #52362 passed with stages
in 1 minute and 2 seconds
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment