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 ( import (
"fmt" "fmt"
etcd_context "github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
etcd "github.com/coreos/etcd/client" etcd "github.com/coreos/etcd/client"
etcd_context "golang.org/x/net/context"
"log" "log"
"math" "math"
"strings" "strings"

View File

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