0
0
Fork 0

Update protobuf imports

This commit is contained in:
Sergey Avseyev 2014-12-10 01:24:59 +03:00
parent 570109a983
commit a8351be5a6
No known key found for this signature in database
GPG Key ID: B8C52427872CF7D3
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ import (
"io"
"math"
"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
)
const ByteSeparator byte = 0xff

View File

@ -13,7 +13,7 @@ import (
"reflect"
"testing"
"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
)
func TestRows(t *testing.T) {

View File

@ -21,7 +21,7 @@ import (
"github.com/blevesearch/bleve/index"
"github.com/blevesearch/bleve/index/store"
"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
)
var VersionKey = []byte{'v'}

View File

@ -15,7 +15,7 @@ It has these top-level messages:
*/
package upside_down
import proto "code.google.com/p/goprotobuf/proto"
import proto "github.com/golang/protobuf/proto"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.