Fix merge
This commit is contained in:
29
Makefile
29
Makefile
@ -20,18 +20,23 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= yo000
|
||||
GH_PROJECT= postfix-log-parser
|
||||
|
||||
GH_TUPLE= spf13:cobra:v1.1.3:cobra/vendor/github.com/spf13/cobra \
|
||||
spf13:pflag:v1.0.5:pflag/vendor/github.com/spf13/pflag \
|
||||
tabalt:pidfile:v1.1.0:pidfile/vendor/github.com/tabalt/pidfile \
|
||||
prometheus:client_golang:v1.9.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.17.0:common/vendor/github.com/prometheus/common \
|
||||
prometheus:procfs:v0.6.0:procfs/vendor/github.com/prometheus/procfs \
|
||||
beorn7:perks:v1.0.1:perks/vendor/github.com/beorn7/perks \
|
||||
cespare:xxhash:v2.1.1:xxhash/vendor/github.com/cespare/xxhash/v2 \
|
||||
golang:sys:9a76102bfb43:sys/vendor/golang.org/x/sys \
|
||||
golang:protobuf:v1.3.5:protobuf/vendor/github.com/golang/protobuf \
|
||||
matttproud:golang_protobuf_extensions:v1.0.1:golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions
|
||||
GH_TUPLE= \
|
||||
beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
|
||||
cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \
|
||||
golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \
|
||||
golang:sys:59db8d763f22:golang_sys/vendor/golang.org/x/sys \
|
||||
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
|
||||
matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
|
||||
prometheus:client_golang:v1.11.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
|
||||
prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \
|
||||
prometheus:common:v0.29.0:prometheus_common/vendor/github.com/prometheus/common \
|
||||
prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \
|
||||
protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
|
||||
spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \
|
||||
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
|
||||
tabalt:pidfile:v1.1.0:tabalt_pidfile/vendor/github.com/tabalt/pidfile
|
||||
|
||||
USE_RC_SUBR= postfix-log-parser
|
||||
|
||||
USE_RC_SUBR= postfix-log-parser
|
||||
|
||||
|
Reference in New Issue
Block a user