mirror of
https://github.com/golang/go
synced 2024-11-05 17:46:16 -07:00
ac2e956812
For golang/go#38183 Updates yuin/goldmark#120 Change-Id: I913c3409fe0c774209ce046a85699ef845e7c7b3 Reviewed-on: https://go-review.googlesource.com/c/tools/+/226560 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org>
12 lines
271 B
Modula-2
12 lines
271 B
Modula-2
module golang.org/x/tools
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/yuin/goldmark v1.1.27
|
|
golang.org/x/mod v0.2.0
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
|
)
|