mirror of
https://github.com/golang/go
synced 2024-11-05 14:46:11 -07:00
15bbd99efc
This adds golang.org/x/sync. Needed by golang.org/x/tools/internal/lsp/source. Change-Id: Id42e597be74ed6cb1b7c30c172c5efb3f1c0f2b1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/173481 Run-TryBot: Jay Conrod <jayconrod@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
7 lines
146 B
Modula-2
7 lines
146 B
Modula-2
module golang.org/x/tools
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
)
|