Merge pull request #40 from ukai/protobuf

goprotobuf has moved to GitHub
This commit is contained in:
Andrew Gerrand 2014-11-25 16:26:21 +11:00
commit f391194b96
5 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -4,7 +4,7 @@
package groupcachepb
import proto "code.google.com/p/goprotobuf/proto"
import proto "github.com/golang/protobuf/proto"
import json "encoding/json"
import math "math"

View File

@ -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/"

View File

@ -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.

View File

@ -4,7 +4,7 @@
package testpb
import proto "code.google.com/p/goprotobuf/proto"
import proto "github.com/golang/protobuf/proto"
import json "encoding/json"
import math "math"