Commit d393bb51 authored by Chris Bednarski's avatar Chris Bednarski

make updatedeps will actually update now

parent 5e786e3b
...@@ -31,7 +31,7 @@ testrace: ...@@ -31,7 +31,7 @@ testrace:
go test -race $(TEST) $(TESTARGS) go test -race $(TEST) $(TESTARGS)
updatedeps: updatedeps:
go get -d -v -p 2 ./... go get -u -d -v -p 2 ./...
vet: vet:
@go tool vet 2>/dev/null ; if [ $$? -eq 3 ]; then \ @go tool vet 2>/dev/null ; if [ $$? -eq 3 ]; then \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment