Browse Source

*: move from third_party to Godep

Jonathan Boulle 11 years ago
parent
commit
4183b69e12
58 changed files with 59 additions and 30 deletions
  1. 22 0
      Godeps/Godeps.json
  2. 5 0
      Godeps/Readme
  3. 2 0
      Godeps/_workspace/.gitignore
  4. 0 0
      Godeps/_workspace/src/code.google.com/p/go.net/context/context.go
  5. 0 0
      Godeps/_workspace/src/code.google.com/p/go.net/context/context_test.go
  6. 1 1
      Godeps/_workspace/src/code.google.com/p/go.net/context/withtimeout_test.go
  7. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/Makefile
  8. 1 1
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/all_test.go
  9. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/clone.go
  10. 1 1
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/clone_test.go
  11. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/decode.go
  12. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/decode_gogo.go
  13. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/encode.go
  14. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/encode_gogo.go
  15. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/equal.go
  16. 1 1
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/equal_test.go
  17. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/extensions.go
  18. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/extensions_gogo.go
  19. 2 2
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/lib.go
  20. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/lib_gogo.go
  21. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/message_set.go
  22. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/pointer_reflect.go
  23. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/pointer_unsafe.go
  24. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/pointer_unsafe_gogo.go
  25. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/properties.go
  26. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/properties_gogo.go
  27. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/size2_test.go
  28. 1 1
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/size_test.go
  29. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/skip_gogo.go
  30. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/Makefile
  31. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/golden_test.go
  32. 1 1
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/test.pb.go
  33. 1 1
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/test.pb.go.golden
  34. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/test.proto
  35. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text.go
  36. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text_gogo.go
  37. 0 0
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text_parser.go
  38. 1 1
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text_parser_test.go
  39. 1 1
      Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text_test.go
  40. 0 0
      Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go
  41. 0 0
      Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions_test.go
  42. 0 0
      Godeps/_workspace/src/github.com/stretchr/testify/assert/doc.go
  43. 0 0
      Godeps/_workspace/src/github.com/stretchr/testify/assert/errors.go
  44. 1 1
      client/http.go
  45. 1 1
      client/http_test.go
  46. 1 1
      etcdserver/etcdhttp/http.go
  47. 1 1
      etcdserver/etcdhttp/http_test.go
  48. 2 2
      etcdserver/etcdserverpb/etcdserver.pb.go
  49. 1 1
      etcdserver/server.go
  50. 1 1
      etcdserver/server_test.go
  51. 1 1
      raft/node.go
  52. 1 1
      raft/node_test.go
  53. 2 2
      raft/raftpb/raft.pb.go
  54. 1 1
      scripts/genproto.sh
  55. 2 2
      snap/snappb/snap.pb.go
  56. 1 1
      store/stats_test.go
  57. 1 1
      store/store_test.go
  58. 2 2
      wal/walpb/record.pb.go

+ 22 - 0
Godeps/Godeps.json

@@ -0,0 +1,22 @@
+{
+	"ImportPath": "github.com/coreos/etcd",
+	"GoVersion": "go1.3.1",
+	"Packages": [
+		"./..."
+	],
+	"Deps": [
+		{
+			"ImportPath": "code.google.com/p/go.net/context",
+			"Comment": "null-144",
+			"Rev": "ad01a6fcc8a19d3a4478c836895ffe883bd2ceab"
+		},
+		{
+			"ImportPath": "code.google.com/p/gogoprotobuf/proto",
+			"Rev": "7fd1620f09261338b6b1ca1289ace83aee0ec946"
+		},
+		{
+			"ImportPath": "github.com/stretchr/testify/assert",
+			"Rev": "9cc77fa25329013ce07362c7742952ff887361f2"
+		}
+	]
+}

+ 5 - 0
Godeps/Readme

@@ -0,0 +1,5 @@
+This directory tree is generated automatically by godep.
+
+Please do not edit.
+
+See https://github.com/tools/godep for more information.

+ 2 - 0
Godeps/_workspace/.gitignore

@@ -0,0 +1,2 @@
+/pkg
+/bin

+ 0 - 0
third_party/code.google.com/p/go.net/context/context.go → Godeps/_workspace/src/code.google.com/p/go.net/context/context.go


+ 0 - 0
third_party/code.google.com/p/go.net/context/context_test.go → Godeps/_workspace/src/code.google.com/p/go.net/context/context_test.go


+ 1 - 1
third_party/code.google.com/p/go.net/context/withtimeout_test.go → Godeps/_workspace/src/code.google.com/p/go.net/context/withtimeout_test.go

@@ -8,7 +8,7 @@ import (
 	"fmt"
 	"time"
 
-	"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
 )
 
 func ExampleWithTimeout() {

+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/Makefile → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/Makefile


+ 1 - 1
third_party/code.google.com/p/gogoprotobuf/proto/all_test.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/all_test.go

@@ -44,7 +44,7 @@ import (
 	"time"
 
 	. "./testdata"
-	. "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+	. "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 )
 
 var globalO *Buffer

+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/clone.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/clone.go


+ 1 - 1
third_party/code.google.com/p/gogoprotobuf/proto/clone_test.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/clone_test.go

@@ -34,7 +34,7 @@ package proto_test
 import (
 	"testing"
 
-	"github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 
 	pb "./testdata"
 )

+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/decode.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/decode.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/decode_gogo.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/decode_gogo.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/encode.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/encode.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/encode_gogo.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/encode_gogo.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/equal.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/equal.go


+ 1 - 1
third_party/code.google.com/p/gogoprotobuf/proto/equal_test.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/equal_test.go

@@ -35,7 +35,7 @@ import (
 	"testing"
 
 	pb "./testdata"
-	. "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+	. "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 )
 
 // Four identical base messages.

+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/extensions.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/extensions.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/extensions_gogo.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/extensions_gogo.go


+ 2 - 2
third_party/code.google.com/p/gogoprotobuf/proto/lib.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/lib.go

@@ -89,7 +89,7 @@
 
 		package example
 
-		import "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+		import "code.google.com/p/gogoprotobuf/proto"
 
 		type FOO int32
 		const (
@@ -168,7 +168,7 @@
 		import (
 			"log"
 
-			"github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+			"code.google.com/p/gogoprotobuf/proto"
 			"./example.pb"
 		)
 

+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/lib_gogo.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/lib_gogo.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/message_set.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/message_set.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/pointer_reflect.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/pointer_reflect.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/pointer_unsafe.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/pointer_unsafe.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/pointer_unsafe_gogo.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/pointer_unsafe_gogo.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/properties.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/properties.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/properties_gogo.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/properties_gogo.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/size2_test.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/size2_test.go


+ 1 - 1
third_party/code.google.com/p/gogoprotobuf/proto/size_test.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/size_test.go

@@ -36,7 +36,7 @@ import (
 	"testing"
 
 	pb "./testdata"
-	. "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+	. "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 )
 
 var messageWithExtension1 = &pb.MyMessage{Count: Int32(7)}

+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/skip_gogo.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/skip_gogo.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/testdata/Makefile → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/Makefile


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/testdata/golden_test.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/golden_test.go


+ 1 - 1
third_party/code.google.com/p/gogoprotobuf/proto/testdata/test.pb.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/test.pb.go

@@ -36,7 +36,7 @@ It has these top-level messages:
 */
 package testdata
 
-import proto "github.com/coreos/etcd/third_party/github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import proto "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 import json "encoding/json"
 import math "math"
 

+ 1 - 1
third_party/code.google.com/p/gogoprotobuf/proto/testdata/test.pb.go.golden → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/test.pb.go.golden

@@ -4,7 +4,7 @@
 
 package testdata
 
-import proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import proto "code.google.com/p/gogoprotobuf/proto"
 import json "encoding/json"
 import math "math"
 

+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/testdata/test.proto → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/testdata/test.proto


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/text.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/text_gogo.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text_gogo.go


+ 0 - 0
third_party/code.google.com/p/gogoprotobuf/proto/text_parser.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text_parser.go


+ 1 - 1
third_party/code.google.com/p/gogoprotobuf/proto/text_parser_test.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text_parser_test.go

@@ -37,7 +37,7 @@ import (
 	"testing"
 
 	. "./testdata"
-	. "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+	. "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 )
 
 type UnmarshalTextTest struct {

+ 1 - 1
third_party/code.google.com/p/gogoprotobuf/proto/text_test.go → Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/text_test.go

@@ -39,7 +39,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 
 	pb "./testdata"
 )

+ 0 - 0
third_party/github.com/stretchr/testify/assert/assertions.go → Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions.go


+ 0 - 0
third_party/github.com/stretchr/testify/assert/assertions_test.go → Godeps/_workspace/src/github.com/stretchr/testify/assert/assertions_test.go


+ 0 - 0
third_party/github.com/stretchr/testify/assert/doc.go → Godeps/_workspace/src/github.com/stretchr/testify/assert/doc.go


+ 0 - 0
third_party/github.com/stretchr/testify/assert/errors.go → Godeps/_workspace/src/github.com/stretchr/testify/assert/errors.go


+ 1 - 1
client/http.go

@@ -11,7 +11,7 @@ import (
 	"strings"
 	"time"
 
-	"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
 )
 
 var (

+ 1 - 1
client/http_test.go

@@ -11,7 +11,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
 )
 
 func TestV2URLHelper(t *testing.T) {

+ 1 - 1
etcdserver/etcdhttp/http.go

@@ -12,12 +12,12 @@ import (
 	"strings"
 	"time"
 
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
 	etcdErr "github.com/coreos/etcd/error"
 	"github.com/coreos/etcd/etcdserver"
 	"github.com/coreos/etcd/etcdserver/etcdserverpb"
 	"github.com/coreos/etcd/raft/raftpb"
 	"github.com/coreos/etcd/store"
-	"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
 )
 
 const (

+ 1 - 1
etcdserver/etcdhttp/http_test.go

@@ -14,12 +14,12 @@ import (
 	"testing"
 	"time"
 
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
 	etcdErr "github.com/coreos/etcd/error"
 	"github.com/coreos/etcd/etcdserver"
 	"github.com/coreos/etcd/etcdserver/etcdserverpb"
 	"github.com/coreos/etcd/raft/raftpb"
 	"github.com/coreos/etcd/store"
-	"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
 )
 
 func boolp(b bool) *bool { return &b }

+ 2 - 2
etcdserver/etcdserverpb/etcdserver.pb.go

@@ -14,14 +14,14 @@
 */
 package etcdserverpb
 
-import proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import proto "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 import json "encoding/json"
 import math "math"
 
 // discarding unused import gogoproto "code.google.com/p/gogoprotobuf/gogoproto/gogo.pb"
 
 import io "io"
-import code_google_com_p_gogoprotobuf_proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import code_google_com_p_gogoprotobuf_proto "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 
 // Reference proto, json, and math imports to suppress error if they are not otherwise used.
 var _ = proto.Marshal

+ 1 - 1
etcdserver/server.go

@@ -9,13 +9,13 @@ import (
 	"sync/atomic"
 	"time"
 
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
 	"github.com/coreos/etcd/discovery"
 	pb "github.com/coreos/etcd/etcdserver/etcdserverpb"
 	"github.com/coreos/etcd/raft"
 	"github.com/coreos/etcd/raft/raftpb"
 	"github.com/coreos/etcd/snap"
 	"github.com/coreos/etcd/store"
-	"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
 	"github.com/coreos/etcd/wait"
 	"github.com/coreos/etcd/wal"
 )

+ 1 - 1
etcdserver/server_test.go

@@ -9,12 +9,12 @@ import (
 	"testing"
 	"time"
 
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
 	pb "github.com/coreos/etcd/etcdserver/etcdserverpb"
 	"github.com/coreos/etcd/pkg"
 	"github.com/coreos/etcd/raft"
 	"github.com/coreos/etcd/raft/raftpb"
 	"github.com/coreos/etcd/store"
-	"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
 )
 
 func TestGetExpirationTime(t *testing.T) {

+ 1 - 1
raft/node.go

@@ -5,8 +5,8 @@ import (
 	"log"
 	"reflect"
 
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
 	pb "github.com/coreos/etcd/raft/raftpb"
-	"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
 )
 
 var (

+ 1 - 1
raft/node_test.go

@@ -5,9 +5,9 @@ import (
 	"testing"
 	"time"
 
+	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
 	"github.com/coreos/etcd/pkg"
 	"github.com/coreos/etcd/raft/raftpb"
-	"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
 )
 
 // TestNodeStep ensures that node.Step sends msgProp to propc chan

+ 2 - 2
raft/raftpb/raft.pb.go

@@ -17,14 +17,14 @@
 */
 package raftpb
 
-import proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import proto "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 import json "encoding/json"
 import math "math"
 
 // discarding unused import gogoproto "code.google.com/p/gogoprotobuf/gogoproto/gogo.pb"
 
 import io "io"
-import code_google_com_p_gogoprotobuf_proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import code_google_com_p_gogoprotobuf_proto "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 
 // Reference proto, json, and math imports to suppress error if they are not otherwise used.
 var _ = proto.Marshal

+ 1 - 1
scripts/genproto.sh

@@ -4,7 +4,7 @@
 # Run from repository root.
 #
 
-PREFIX="github.com/coreos/etcd/third_party"
+PREFIX="github.com/coreos/etcd/Godeps/_workspace/src"
 DIRS="./wal/walpb ./etcdserver/etcdserverpb ./snap/snappb ./raft/raftpb"
 
 SHA="20c42d4d4d776b60d32c2d35ecac40a60793f661"

+ 2 - 2
snap/snappb/snap.pb.go

@@ -13,14 +13,14 @@
 */
 package snappb
 
-import proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import proto "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 import json "encoding/json"
 import math "math"
 
 // discarding unused import gogoproto "code.google.com/p/gogoprotobuf/gogoproto/gogo.pb"
 
 import io "io"
-import code_google_com_p_gogoprotobuf_proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import code_google_com_p_gogoprotobuf_proto "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 
 // Reference proto, json, and math imports to suppress error if they are not otherwise used.
 var _ = proto.Marshal

+ 1 - 1
store/stats_test.go

@@ -4,7 +4,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/coreos/etcd/third_party/github.com/stretchr/testify/assert"
+	"github.com/coreos/etcd/Godeps/_workspace/src/github.com/stretchr/testify/assert"
 )
 
 // Ensure that a successful Get is recorded in the stats.

+ 1 - 1
store/store_test.go

@@ -20,8 +20,8 @@ import (
 	"testing"
 	"time"
 
+	"github.com/coreos/etcd/Godeps/_workspace/src/github.com/stretchr/testify/assert"
 	etcdErr "github.com/coreos/etcd/error"
-	"github.com/coreos/etcd/third_party/github.com/stretchr/testify/assert"
 )
 
 // Ensure that the store can retrieve an existing value.

+ 2 - 2
wal/walpb/record.pb.go

@@ -13,14 +13,14 @@
 */
 package walpb
 
-import proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import proto "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 import json "encoding/json"
 import math "math"
 
 // discarding unused import gogoproto "code.google.com/p/gogoprotobuf/gogoproto/gogo.pb"
 
 import io "io"
-import code_google_com_p_gogoprotobuf_proto "github.com/coreos/etcd/third_party/code.google.com/p/gogoprotobuf/proto"
+import code_google_com_p_gogoprotobuf_proto "github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
 
 // Reference proto, json, and math imports to suppress error if they are not otherwise used.
 var _ = proto.Marshal