Skip to content

Commit

Permalink
Use glide for dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurie Clark-Michalek committed Jan 23, 2017
1 parent 7fc936a commit 8acfc1b
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
46 changes: 46 additions & 0 deletions glide.lock

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

20 changes: 20 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package: github.com/QubitProducts/exporter_exporter
import:
- package: github.com/golang/glog
- package: github.com/prometheus/client_golang
subpackages:
- prometheus
- prometheus/promhttp
- package: github.com/prometheus/client_model
subpackages:
- go
- package: github.com/prometheus/common
subpackages:
- expfmt
- package: golang.org/x/net
subpackages:
- context/ctxhttp
- package: golang.org/x/sync
subpackages:
- errgroup
- package: gopkg.in/yaml.v2

0 comments on commit 8acfc1b

Please sign in to comment.