Skip to content

Commit

Permalink
Consolidate dependencies into root glide.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Sep 20, 2017
1 parent b7afb47 commit efacab9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 153 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ install: install-glide

.PHONY: install_examples
install_examples: install
(cd examples/hotrod/; glide install)

.PHONY: build_examples
build_examples:
Expand Down
123 changes: 0 additions & 123 deletions examples/hotrod/glide.lock

This file was deleted.

20 changes: 0 additions & 20 deletions examples/hotrod/glide.yaml

This file was deleted.

16 changes: 8 additions & 8 deletions glide.lock

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

3 changes: 2 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import:
version: 0.9.3
subpackages:
- lib/go/thrift
- package: github.com/codahale/hdrhistogram
- package: github.com/gocql/gocql
version: 4d2d1ac71932f7c4a6c7feb0d654462e4116c58b
- package: github.com/opentracing/opentracing-go
Expand Down Expand Up @@ -41,3 +40,5 @@ import:
- metrics
- package: github.com/olivere/elastic
version: v5.0.39
- package: github.com/spf13/cobra
- package: github.com/spf13/viper

0 comments on commit efacab9

Please sign in to comment.