Skip to content

Commit

Permalink
Merge pull request blevesearch#132 from avsej/master
Browse files Browse the repository at this point in the history
Update "code.google.com" import paths
  • Loading branch information
mschoch committed Dec 9, 2014
2 parents c641ea6 + a8351be commit b97da21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package unicode_normalize
import (
"fmt"

"code.google.com/p/go.text/unicode/norm"
"golang.org/x/text/unicode/norm"
"github.com/blevesearch/bleve/analysis"
"github.com/blevesearch/bleve/registry"
)
Expand Down
2 changes: 1 addition & 1 deletion index/upside_down/row.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"io"
"math"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
)

const ByteSeparator byte = 0xff
Expand Down
2 changes: 1 addition & 1 deletion index/upside_down/row_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"reflect"
"testing"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
)

func TestRows(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion index/upside_down/upside_down.go
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down
2 changes: 1 addition & 1 deletion index/upside_down/upside_down.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b97da21

Please sign in to comment.