moby--moby/vendor/golang.org/x/sync
Sebastiaan van Stijn ac51b18339
Re-run vndr to fix master
Pull requests started failing because vendoring didn't match;

```
The result of vndr differs

D vendor/golang.org/x/sync/singleflight/singleflight.go

Please vendor your package with github.com/LK4D4/vndr.
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-03 22:18:47 +02:00
..
errgroup bump golang.org/x/sync e225da77a7e68af35c70ccbf71af2b83e6acac3c 2019-04-10 00:16:47 +02:00
semaphore bump golang.org/x/sync e225da77a7e68af35c70ccbf71af2b83e6acac3c 2019-04-10 00:16:47 +02:00
syncmap
LICENSE
PATENTS
README.md
go.mod bump vndr to f5ab8fc5f, and revendor 2019-06-28 18:13:17 +00:00

README.md

Go Sync

This repository provides Go concurrency primitives in addition to the ones provided by the language and "sync" and "sync/atomic" packages.

Download/Install

The easiest way to install is to run go get -u golang.org/x/sync. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sync.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the sync repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/sync:" in the subject line, so it is easy to find.