1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:18:35 -06:00
go/go.mod
Russ Cox 8ac058ed9f present: accept Markdown in present files
Markdown is enabled by starting the title with "# ".
See the new documentation in present/doc.go for details.

For golang/go#33955.

Change-Id: I04ef2aa2cf253bdf48910c5674d679a482ffa33f
Reviewed-on: https://go-review.googlesource.com/c/tools/+/222846
Reviewed-by: Rob Pike <r@golang.org>
2020-03-13 20:55:25 +00:00

12 lines
271 B
Modula-2

module golang.org/x/tools
go 1.11
require (
github.com/yuin/goldmark v1.1.25
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
)