update CREDITS with new deps (#222)

Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
This commit is contained in:
Harshavardhana
2020-08-02 12:29:58 -07:00
committed by GitHub
parent 7ff009ec43
commit d98b70f0ca
9 changed files with 4673 additions and 1894 deletions

View File

@@ -25,8 +25,10 @@ verifiers: getdeps fmt lint
fmt:
@echo "Running $@ check"
@GO111MODULE=on gofmt -d cmd/
@GO111MODULE=on gofmt -d restapi/
@GO111MODULE=on gofmt -d pkg/
@GO111MODULE=on gofmt -d cmd/
@GO111MODULE=on gofmt -d cluster/
lint:
@echo "Running $@ check"