Skip to content

Commit

Permalink
go.mod: update to use latest x/tools
Browse files Browse the repository at this point in the history
	go get golang.org/x/tools@123adc
	go mod tidy

This brings in an io/fs-to-vfs adapter and automatic
Markdown conversion in the godoc package, so that
the HTML does not need to be generated during makestatic.

Change-Id: I129ecbb4b7b16e130ddc0376bb85bccf12e74e22
Reviewed-on: https://go-review.googlesource.com/c/website/+/291689
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Trust: Russ Cox <[email protected]>
Run-TryBot: Russ Cox <[email protected]>
  • Loading branch information
rsc committed Feb 16, 2021
1 parent 08dc0d2 commit 546f845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 57 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
go.opencensus.io v0.22.4 // indirect
golang.org/x/build v0.0.0-20200520141049-92427f67eca1
golang.org/x/net v0.0.0-20201021035429-f5854403a974
golang.org/x/tools v0.1.1-0.20210209001052-61406578735f
golang.org/x/tools v0.1.1-0.20210215123931-123adc86bcb6
google.golang.org/api v0.27.0 // indirect
google.golang.org/genproto v0.0.0-20200617032506-f1bdc9086088 // indirect
)
Loading

0 comments on commit 546f845

Please sign in to comment.