Update context since etcd upstream moved to vendor/ dir

Follow suit with what etcd upstream is doing.
This commit is contained in:
James Shubin
2016-03-28 05:08:48 -04:00
parent 7f3ef5bf85
commit d3f7432861
2 changed files with 1 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ package main
import (
"fmt"
etcd_context "github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
etcd "github.com/coreos/etcd/client"
etcd_context "golang.org/x/net/context"
"log"
"math"
"strings"

View File

@@ -25,7 +25,6 @@ import (
"sync"
"syscall"
"time"
//etcd_context "github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
)
// set at compile time