24 строки
841 B
Modula-2
24 строки
841 B
Modula-2
module github.com/github/linguist/tools/grammars
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/golang/protobuf v0.0.0-20171113180720-1e59b77b52bf
|
|
github.com/groob/plist v0.0.0-20171013152701-7b367e0aa692
|
|
github.com/mitchellh/mapstructure v0.0.0-20171017171808-06020f85339e
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.18
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-runewidth v0.0.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|