cloudflare/pint

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.81.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

tools/gomajor/go.mod

11lines · modecode

1module _
2
3go 1.26.0
4
5tool github.com/icholy/gomajor
6
7require (
8 github.com/icholy/gomajor v0.15.0 // indirect
9 golang.org/x/mod v0.27.0 // indirect
10 golang.org/x/sync v0.16.0 // indirect
11)
12