File: go.mod

package info (click to toggle)
golang-github-uber-go-tally 4.1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,228 kB
  • sloc: makefile: 89; sh: 13
file content (17 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/uber-go/tally/v4

go 1.15

require (
	github.com/cactus/go-statsd-client/v5 v5.0.0
	github.com/golang/mock v1.6.0
	github.com/pkg/errors v0.9.1
	github.com/prometheus/client_golang v1.11.0
	github.com/prometheus/client_model v0.2.0
	github.com/stretchr/testify v1.8.0
	github.com/twmb/murmur3 v1.1.5
	go.uber.org/atomic v1.7.0
	go.uber.org/goleak v1.2.1
	gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
	gopkg.in/yaml.v2 v2.4.0
)