cloudflare/pint

Public

mirrored fromhttps://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.75.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

tools/benchstat/go.mod

10lines · modecode

1module _
2
3go 1.24.0
4
5tool golang.org/x/perf/cmd/benchstat
6
7require (
8 github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect
9 golang.org/x/perf v0.0.0-20250710210952-7b7c2de18447 // indirect
10)