Skip to content

Commit 8acfc1b

Browse files
author
Laurie Clark-Michalek
committed
Use glide for dependency management
1 parent 7fc936a commit 8acfc1b

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

glide.lock

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
package: github.com/QubitProducts/exporter_exporter
2+
import:
3+
- package: github.com/golang/glog
4+
- package: github.com/prometheus/client_golang
5+
subpackages:
6+
- prometheus
7+
- prometheus/promhttp
8+
- package: github.com/prometheus/client_model
9+
subpackages:
10+
- go
11+
- package: github.com/prometheus/common
12+
subpackages:
13+
- expfmt
14+
- package: golang.org/x/net
15+
subpackages:
16+
- context/ctxhttp
17+
- package: golang.org/x/sync
18+
subpackages:
19+
- errgroup
20+
- package: gopkg.in/yaml.v2

0 commit comments

Comments
 (0)