Update dependancies versions
This commit is contained in:
parent
f89a1e29a9
commit
6905a46cfc
20
Makefile
20
Makefile
@ -20,16 +20,16 @@ GH_PROJECT= unbound_exporter
|
||||
USERS= unbound
|
||||
GROUP= unbound
|
||||
|
||||
GH_TUPLE= prometheus:client_golang:3fb53d:client_golang/vendor/github.com/prometheus/client_golang \
|
||||
prometheus:client_model:6f38060:client_model/vendor/github.com/prometheus/client_model \
|
||||
prometheus:common:49fee29:common/vendor/github.com/prometheus/common \
|
||||
prometheus:procfs:a1dba9c:procfs/vendor/github.com/prometheus/procfs \
|
||||
beorn7:perks:4c0e845:perks/vendor/github.com/beorn7/perks \
|
||||
golang:protobuf:2bba060:protobuf/vendor/github.com/golang/protobuf \
|
||||
matttproud:golang_protobuf_extensions:c12348c:extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
|
||||
sirupsen:logrus:91da99d:logrus/vendor/github.com/Sirupsen/logrus \
|
||||
golang:crypto:3d3f9f41:crypto/vendor/golang.org/x/crypto \
|
||||
golang:sys:33540a1f6037:sys/vendor/golang.org/x/sys
|
||||
GH_TUPLE= prometheus:client_golang:v1.6.0:client_golang/vendor/github.com/prometheus/client_golang \
|
||||
prometheus:client_model:v0.2.0:client_model/vendor/github.com/prometheus/client_model \
|
||||
prometheus:common:v0.10.0:common/vendor/github.com/prometheus/common \
|
||||
prometheus:procfs:v0.0.11:procfs/vendor/github.com/prometheus/procfs \
|
||||
beorn7:perks:v1.0.0:perks/vendor/github.com/beorn7/perks \
|
||||
golang:protobuf:v1.3.1:protobuf/vendor/github.com/golang/protobuf \
|
||||
matttproud:golang_protobuf_extensions:v1.0.1:extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
|
||||
sirupsen:logrus:v1.3.0:logrus/vendor/github.com/Sirupsen/logrus \
|
||||
golang:crypto:69ecbb4:crypto/vendor/golang.org/x/crypto \
|
||||
golang:sys:5ac8a444bdc5:sys/vendor/golang.org/x/sys
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user