Replace "golang.org/x/net/context" with "context"

This commit is contained in:
hzxuzhonghu
2018-02-28 12:20:22 +08:00
parent 3e97969bdc
commit 70e45eccf2
112 changed files with 122 additions and 172 deletions

View File

@@ -17,6 +17,7 @@ limitations under the License.
package dockershim
import (
"context"
"fmt"
"net/http"
"sync"
@@ -25,7 +26,6 @@ import (
"github.com/blang/semver"
dockertypes "github.com/docker/docker/api/types"
"github.com/golang/glog"
"golang.org/x/net/context"
"k8s.io/api/core/v1"
runtimeapi "k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2"