Merge pull request #1755 from bcwaldon/golang.org-deps

Switch to golang.org/x/net/context
This commit is contained in:
Brian Waldon
2014-11-20 16:26:14 -08:00
27 changed files with 43 additions and 42 deletions

View File

@ -36,7 +36,7 @@ import (
"github.com/coreos/etcd/etcdserver/etcdhttp/httptypes"
"github.com/coreos/etcd/pkg/types"
"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
"github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
)
const (