goprotobuf has moved to GitHub

code.google.com/p/goprotobuf to github.com/golang/groupcache
This commit is contained in:
Fumitoshi Ukai 2014-11-25 13:21:41 +09:00
parent d2a1805917
commit 5fb127ef79
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"