Skip to content

Commit 8a6b1d0

Browse files
Update CONTRIBUTING.md
Co-authored-by: wxiaoguang <[email protected]>
1 parent dc9a3df commit 8a6b1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Here's how to run the test suite:
9191

9292
## Vendoring
9393

94-
We managing updates via [Modules](https://golang.org/cmd/go/#hdr-Module_maintenance).
94+
We manage dependencies via [Go Modules](https://golang.org/cmd/go/#hdr-Module_maintenance), more details: [go mod](https://go.dev/ref/mod).
9595

9696
Pull requests should only include `go.mod`, `go.sum` updates if they are part of
9797
the same change, be it a bugfix or a feature addition.

0 commit comments

Comments
 (0)