Skip to content

Commit

Permalink
Merge 904e83b into c0af22f
Browse files Browse the repository at this point in the history
  • Loading branch information
huachaohuang committed Oct 22, 2016
2 parents c0af22f + 904e83b commit 46c44f1
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endif
update:
which glide >/dev/null || curl https://glide.sh/get | sh
which glide-vc || go get -v -u github.com/sgotti/glide-vc
rm -r vendor && mv _vendor/vendor vendor || true
rm -rf vendor && mv _vendor/vendor vendor || true
rm -rf _vendor
ifdef PKG
glide get --strip-vendor --skip-test ${PKG}
Expand Down
193 changes: 141 additions & 52 deletions _vendor/vendor/github.com/google/btree/btree.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import:
- jsonpb
- proto
- package: github.com/google/btree
version: 7d79101e329e5a3adf994758c578dab82b90c017
version: 925471ac9e2131377a91e1595defec898166fe49
- package: github.com/gorilla/context
version: ~1.1.0
- package: github.com/gorilla/mux
Expand Down

0 comments on commit 46c44f1

Please sign in to comment.