diff --git a/Makefile b/Makefile index 929133a..cc9e68c 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ lint: go list ./... | grep -v /vendor/ | xargs -L1 golint -set_exit_status install-staticcheck: - cd /tmp && go get honnef.co/go/tools/cmd/staticcheck + cd /tmp && GOPROXY="" go get honnef.co/go/tools/cmd/staticcheck staticcheck: staticcheck -f stylish ./... diff --git a/README.md b/README.md index cbf08fc..78ce52c 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Submit an issue (above in the issues tab) ## Transient Dependencies -* [github.com/streadway/amqp](https://github.com/streadway/amqp) - and that's it. +My goal is to keep dependencies limited to 1, [github.com/streadway/amqp](https://github.com/streadway/amqp). ## 👏 Contributing