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

Update statsd exporter library #25

Merged
merged 1 commit into from
Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module contrib.go.opencensus.io/exporter/prometheus

require (
github.com/google/go-cmp v0.5.5
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/statsd_exporter v0.20.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/statsd_exporter v0.21.0
go.opencensus.io v0.23.0
)

Expand Down