Merge pull request #2111 from thaJeztah/fix-golang-sync-canonical-import

Fix golang.org/x/sync canonical import path
This commit is contained in:
Flavio Crisciani 2018-03-14 08:14:08 -07:00 committed by GitHub
commit 0381b26217
6 changed files with 2 additions and 3 deletions

View file

@ -7,10 +7,9 @@ import (
"sync"
"testing"
"github.com/golang/sync/semaphore"
"github.com/docker/libnetwork/ipamapi"
"github.com/stretchr/testify/assert"
"golang.org/x/sync/semaphore"
)
const (

View file

@ -50,6 +50,6 @@ github.com/vishvananda/netns 604eaf189ee867d8c147fafc28def2394e878d25
golang.org/x/crypto 558b6879de74bc843225cde5686419267ff707ca
golang.org/x/net 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6
golang.org/x/sys 07c182904dbd53199946ba614a412c61d3c548f5
github.com/golang/sync fd80eb99c8f653c847d294a001bdf2a3a6f768f5
golang.org/x/sync fd80eb99c8f653c847d294a001bdf2a3a6f768f5
github.com/pkg/errors 839d9e913e063e28dfd0e6c7b7512793e0a48be9
github.com/ishidawataru/sctp 07191f837fedd2f13d1ec7b5f885f0f3ec54b1cb