bump gomodguard version (#1140)

* bump gomodguard version which adds a new feature to allow blocking modules based on version constraints

* add description why you may want to use gomodguard over depguard, updated example config and add a section the contributor doc page to remind people to update the example config
This commit is contained in:
Ryan Currah 2020-05-17 15:35:13 -04:00 committed by GitHub
parent 046be12ec7
commit 778e08fda4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 4 deletions

View file

@ -35,6 +35,10 @@ $ make test
Which runs all the linters and tests.
## Create or update parameters for docs
Add your new or updated parameters to `.golangci.example.yml` so they will be shown in the docs
## Submit a pull request
Push your branch to your `golangci-lint` fork and open a pull request against the