Skip to content

Commit

Permalink
Merge pull request #922 from pingcap/ngaut/update-denpency
Browse files Browse the repository at this point in the history
Makefile: Update dependency
  • Loading branch information
ngaut committed Feb 25, 2016
2 parents 8b9fea6 + 3c68728 commit 73d6ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 73d6ce5

Please sign in to comment.