dep: bump golang.org/x/net/context

Move from code.google.com/p/go.net/context to
golang.org/x/net/context before bumping to latest.
This commit is contained in:
Brian Waldon
2014-11-20 10:02:52 -08:00
parent b50f331558
commit 9a728a127a
22 changed files with 38 additions and 37 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 (