cloudflare/pint

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.67.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

tools/goimports/go.mod

10lines · modecode

1module _
2
3go 1.23.0
4
5require golang.org/x/tools v0.26.0
6
7require (
8 golang.org/x/mod v0.21.0 // indirect
9 golang.org/x/sync v0.8.0 // indirect
10)
11