Update dependencies to client_golang v1.11 to fix compilation issues
This commit is contained in:
10
Makefile
10
Makefile
@ -4,7 +4,7 @@
|
||||
PORTNAME= unbound_exporter
|
||||
PORTVERSION= 0.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= johan@nosd.in
|
||||
@ -20,14 +20,18 @@ GH_PROJECT= unbound_exporter
|
||||
USERS= unbound
|
||||
GROUP= unbound
|
||||
|
||||
GH_TUPLE= prometheus:client_golang:v1.6.0:client_golang/vendor/github.com/prometheus/client_golang \
|
||||
GH_TUPLE= prometheus:client_golang:v1.11.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 \
|
||||
cespare:xxhash:v2.1.1:xxhash/vendor/github.com/cespare/xxhash/v2 \
|
||||
alecthomas:kingpin:v2.2.6:kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \
|
||||
alecthomas:template:fb15b89:template/vendor/github.com/alecthomas/template \
|
||||
alecthomas:units:ff826a3:units/vendor/github.com/alecthomas/units \
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user