From fb197ece453560b8561199399ab70dd086babdc3 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Mon, 29 Apr 2013 10:01:43 +0200 Subject: [PATCH] Update forgotten exposition client links in Make. The links in the Makefile, which Travis uses, were out-of-date in terms of fetching the Go client library. --- build/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index b435d73ec..bcf7fedf2 100644 --- a/build/Makefile +++ b/build/Makefile @@ -90,7 +90,8 @@ gvm-stamp: bison-stamp cc-stamp mercurial-stamp touch $@ instrumentation-stamp: go-stamp - $(GO_GET) github.com/prometheus/client_golang $(THIRD_PARTY_BUILD_OUTPUT) + $(GO_GET) github.com/prometheus/client_golang/prometheus $(THIRD_PARTY_BUILD_OUTPUT) + $(GO_GET) github.com/prometheus/client_golang/prometheus/exp $(THIRD_PARTY_BUILD_OUTPUT) touch $@ leveldb-stamp: cache-stamp cache/leveldb-$(LEVELDB_VERSION).tar.gz cc-stamp rsync-stamp snappy-stamp