From d528dbb9de139a4c0b5a90068fc8b1dcecaec9b7 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 30 Oct 2018 15:21:28 -0700 Subject: [PATCH 1/2] avoid the gxed prometheus There's really no reason to do this. --- binding.go | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binding.go b/binding.go index a7b7331..60127b3 100644 --- a/binding.go +++ b/binding.go @@ -3,9 +3,9 @@ package metricsprometheus import ( "strings" - pro "github.com/gxed/client_golang/prometheus" logging "github.com/ipfs/go-log" metrics "github.com/ipfs/go-metrics-interface" + pro "github.com/prometheus/client_golang/prometheus" ) var log logging.EventLogger = logging.Logger("metrics-prometheus") diff --git a/package.json b/package.json index f6b110c..eaadfe0 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmYYv3QFnfQbiwmi1tpkgKF8o4xFnZoBrvpupTiGJwL9nH", + "hash": "QmTQuFQWHAWy4wMH6ZyPfGiawA5u9T8rs79FENoV8yXaoS", "name": "client_golang", - "version": "0.1.3" + "version": "0.1.4" }, { "author": "ipfs", From 63f2f089f305d28afe7c9db70df3ea6ddb52eada Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 30 Oct 2018 15:25:17 -0700 Subject: [PATCH 2/2] gx publish 0.3.10 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 055725c..5c5ea8a 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.3.9: QmbqQP7GMwJCePfEvbMSZmyPifAz1kKZifo8vwVnVHt1wL +0.3.10: QmQXBfkuwgMaPx334WuL9NmyrKnbZ5udaWnHTHEsts2x3T diff --git a/package.json b/package.json index eaadfe0..7a39f3f 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "license": "MIT", "name": "go-metrics-prometheus", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.3.9" + "version": "0.3.10" }