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