File: go.mod

package info (click to toggle)
golang-github-performancecopilot-speed 4.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: makefile: 38
file content (9 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/performancecopilot/speed/v4

go 1.12

require (
	github.com/HdrHistogram/hdrhistogram-go v1.1.0
	github.com/edsrzf/mmap-go v1.0.0
	github.com/pkg/errors v0.9.1
)