moby--moby/libnetwork/ipam
Sebastiaan van Stijn a360943a48 Fix golang.org/x/sync canonical import path
The golang.org/x/sync package was vendored using the
github.com/golang/sync URL, but this is not the canonical
URL.

Because of this, vendoring failed in Moby, as it detects
these to be a duplicate import:

    vndr github.com/golang/sync
    2018/03/14 11:54:37 Collecting initial packages
    2018/03/14 11:55:00 Download dependencies
    2018/03/14 11:55:00 Failed to parse config: invalid config format: // FIXME this should be golang.org/x/sync, which is already vendored above

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-03-14 13:11:08 +01:00
..
allocator.go Fixing concurrent map access 2018-03-08 11:19:45 -08:00
allocator_test.go IPAM tests 2018-03-09 11:07:36 -08:00
parallel_test.go Fix golang.org/x/sync canonical import path 2018-03-14 13:11:08 +01:00
store.go Update logrus to v1.0.1 2017-08-07 11:20:47 -07:00
structures.go Fix some typos. 2016-02-29 19:20:50 +08:00
utils.go Fix some typos. 2016-02-29 19:20:50 +08:00