cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.73.7

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-20250305200902-02a15fd477ba // indirect
10)
11