File: go.mod

package info (click to toggle)
golang-github-victoriametrics-metrics 1.35.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/VictoriaMetrics/metrics

require (
	github.com/valyala/histogram v1.2.0
	golang.org/x/sys v0.15.0
)

require github.com/valyala/fastrand v1.1.0 // indirect

go 1.17