We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9a3df commit 8a6b1d0Copy full SHA for 8a6b1d0
CONTRIBUTING.md
@@ -91,7 +91,7 @@ Here's how to run the test suite:
91
92
## Vendoring
93
94
-We managing updates via [Modules](https://golang.org/cmd/go/#hdr-Module_maintenance).
+We manage dependencies via [Go Modules](https://golang.org/cmd/go/#hdr-Module_maintenance), more details: [go mod](https://go.dev/ref/mod).
95
96
Pull requests should only include `go.mod`, `go.sum` updates if they are part of
97
the same change, be it a bugfix or a feature addition.
0 commit comments