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

@@ -19,10 +19,9 @@ limitations under the License.
package dockershim
import (
"context"
"fmt"
"golang.org/x/net/context"
runtimeapi "k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2"
)