diff options
author | Russ Cox <rsc@golang.org> | 2020-03-13 16:57:21 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2020-03-15 13:04:54 +0000 |
commit | d873242f7c9867a344ecfb0d9f80a33f969e313e (patch) | |
tree | 823d83780819d8b3facb09ad5380d1e264fc4cec /go.mod | |
parent | 53cf23be3ddec2153847b84f09a9fce04bafa779 (diff) |
blog: update to x/tools with Markdown-enabled present
Change-Id: I9c8e034eabe739a06fa24afa7e56a1d665d095da
Reviewed-on: https://go-review.googlesource.com/c/blog/+/223477
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ go 1.11 require ( github.com/gorilla/context v1.1.1 - golang.org/x/net v0.0.0-20190620200207-3b0461eec859 + golang.org/x/net v0.0.0-20200226121028-0de0cce0169b golang.org/x/text v0.3.2 - golang.org/x/tools v0.0.0-20191002161851-3769738f410b + golang.org/x/tools v0.0.0-20200313205530-4303120df7d8 golang.org/x/website v0.0.0-20190903192346-00e97558e113 gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 ) |