Skip to content

Commit

Permalink
Merge pull request #40 from ukai/protobuf
Browse files Browse the repository at this point in the history
goprotobuf has moved to GitHub
  • Loading branch information
adg committed Nov 25, 2014
2 parents d2a1805 + 5fb127e commit f391194
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion groupcache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"testing"
"time"

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

pb "github.com/golang/groupcache/groupcachepb"
testpb "github.com/golang/groupcache/testpb"
Expand Down
2 changes: 1 addition & 1 deletion groupcachepb/groupcache.pb.go

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

2 changes: 1 addition & 1 deletion http.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import (
"strings"
"sync"

"code.google.com/p/goprotobuf/proto"
"github.com/golang/groupcache/consistenthash"
pb "github.com/golang/groupcache/groupcachepb"
"github.com/golang/protobuf/proto"
)

const defaultBasePath = "/_groupcache/"
Expand Down
2 changes: 1 addition & 1 deletion sinks.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package groupcache
import (
"errors"

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

// A Sink receives data from a Get call.
Expand Down
2 changes: 1 addition & 1 deletion testpb/test.pb.go

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

0 comments on commit f391194

Please sign in to comment.