cloudflare/pint

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.52.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

tools/gofumpt/go.mod

12lines · modecode

1module _
2
3go 1.21.4
4
5require mvdan.cc/gofumpt v0.5.0
6
7require (
8 github.com/google/go-cmp v0.5.9 // indirect
9 golang.org/x/mod v0.10.0 // indirect
10 golang.org/x/sync v0.1.0 // indirect
11 golang.org/x/tools v0.8.0 // indirect
12)
13