Update context since etcd upstream moved to vendor/ dir
Follow suit with what etcd upstream is doing.
This commit is contained in:
2
etcd.go
2
etcd.go
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user