*: migrate Godeps to vendor/

This commit is contained in:
Anthony Romano
2016-03-22 17:10:28 -07:00
parent e9b9b228e7
commit bd832e5b0a
1116 changed files with 2043 additions and 57066 deletions

View File

@@ -17,7 +17,7 @@ package schedule
import (
"sync"
"github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
"golang.org/x/net/context"
)
type Job func(context.Context)

View File

@@ -17,7 +17,7 @@ package schedule
import (
"testing"
"github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
"golang.org/x/net/context"
)
func TestFIFOSchedule(t *testing.T) {