Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit d126842

Browse files
committed
Add a TODO
1 parent 67b3e33 commit d126842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module contrib.go.opencensus.io/exporter/prometheus
22

33
require (
4-
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
4+
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.
55
go.opencensus.io v0.21.0-alpha // TODO [rghetia] remove after v0.21.0 is released.
66
)

0 commit comments

Comments
 (0)