From 3c6872816c984e6db77dcb4bf1635d034ef6f3ea Mon Sep 17 00:00:00 2001 From: ngaut Date: Thu, 25 Feb 2016 13:24:13 +0800 Subject: [PATCH] Makefile: Update dependency --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 51deff46bbf4f..99e787d7ad42e 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ godep: go get github.com/tools/godep go get github.com/pingcap/go-hbase go get github.com/pingcap/go-themis - go get github.com/ngaut/tso/client + go get github.com/pingcap/tso/client build: $(GO) build @@ -57,7 +57,7 @@ install: update: go get -u github.com/pingcap/go-hbase go get -u github.com/pingcap/go-themis - go get -u github.com/ngaut/tso/client + go get -u github.com/pingcap/tso/client TEMP_FILE = temp_parser_file