From d126842fb2cd59aceae8f5ecb3a12adcd5dbd807 Mon Sep 17 00:00:00 2001 From: songy23 Date: Wed, 24 Apr 2019 14:00:53 -0700 Subject: [PATCH] Add a TODO --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f8a37e2..cbb1c57 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module contrib.go.opencensus.io/exporter/prometheus require ( - github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 + github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 // TODO: change the version to v0.9.2 once oc-go version is updated. go.opencensus.io v0.21.0-alpha // TODO [rghetia] remove after v0.21.0 is released. )