зеркало из https://github.com/golang/tools.git
19 строки
331 B
Modula-2
19 строки
331 B
Modula-2
module golang.org/x/tools
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/yuin/goldmark v1.4.13
|
|
golang.org/x/mod v0.17.0
|
|
golang.org/x/net v0.24.0
|
|
)
|
|
|
|
require golang.org/x/sync v0.7.0
|
|
|
|
require github.com/google/go-cmp v0.6.0 // indirect
|
|
|
|
require (
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2
|
|
)
|