-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
29 lines (27 loc) · 1.15 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/CheerlessCloud/cexporter
go 1.12
require (
docker.io/go-docker v1.0.0
github.com/BurntSushi/toml v0.3.0
github.com/CheerlessCloud/logrus v1.0.4
github.com/Microsoft/go-winio v0.4.7
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
github.com/docker/distribution v0.0.0-20170726174610-edc3ab29cdff
github.com/docker/go-connections v0.3.0
github.com/docker/go-units v0.3.2
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506
github.com/golang/protobuf v1.0.0
github.com/jinzhu/configor v0.0.0-20171024081003-6ecfe629230f
github.com/matttproud/golang_protobuf_extensions v1.0.0
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/opencontainers/image-spec v1.0.1
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5
github.com/prometheus/common v0.0.0-20180110214958-89604d197083
github.com/prometheus/procfs v0.0.0-20180125133057-cb4147076ac7
golang.org/x/crypto v0.0.0-20180127211104-1875d0a70c90
golang.org/x/net v0.0.0-20180201030042-309822c5b9b9
golang.org/x/sys v0.0.0-20180201153126-8f27ce8a6040
gopkg.in/yaml.v2 v2.0.0
)