Skip to content

Commit

Permalink
Makefile: Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaut committed Feb 25, 2016
1 parent 8b9fea6 commit 3c68728
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 3c68728

Please sign in to comment.