mirror of
https://github.com/golang/go
synced 2024-11-05 11:36:10 -07:00
0707a68ae8
CL 183264 accidentally introduced a circular modular reference from golang.org/x/tools -> golang.org/x/tools/gopls. Fixed by running go mod tidy on all modules under the x/tools repo for good measure. Change-Id: Ib09b111315cb107bc4e34015b74266d2522f33fd Reviewed-on: https://go-review.googlesource.com/c/tools/+/184018 Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Ian Cottrell <iancottrell@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com> Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org>
9 lines
155 B
Modula-2
9 lines
155 B
Modula-2
module golang.org/x/tools
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
)
|