Skip to content

Commit

Permalink
buid: fix contrib step
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Jun 28, 2019
1 parent dee5bde commit 146c78f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
- dependabot[bot] <dependabot[bot]@users.noreply.github.com>
- dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
- Hugo Gonzalez Labrador <[email protected]>
- Hugo Labrador <[email protected]>
- Jörn Friedrich Dreyer <[email protected]>
- Mohitty <[email protected]>
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lint:
go run tools/check-license/check-license.go

contrib:
git log --pretty="%an <%ae>" | sort -n | uniq | sort -n | awk '{print "-", $$0}' > CONTRIBUTORS.md
git log --pretty="%an <%ae>" | sort -n | uniq | sort -n | awk '{print "-", $$0}' | grep -v 'users.noreply.github.com' > CONTRIBUTORS.md

license:
go run github.com/mitchellh/golicense license.hcl cmd/revad/revad
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/aws/aws-sdk-go v1.19.43 h1:fr8lZ7qdQqWHBCJ4CpsZN3jjtw2jaISKx5L7gcJZYog=
github.com/aws/aws-sdk-go v1.19.43/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.20.11 h1:xDc2f/8KmwPW7WkuB0kDUCEP4jpx1PIMMMZkav6cbU4=
github.com/aws/aws-sdk-go v1.20.11/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 h1:xJ4a3vCFaGF/jqvzLMYoU8P317H5OQ+Via4RmuPwCS0=
Expand Down

0 comments on commit 146c78f

Please sign in to comment.