Skip to content

Commit

Permalink
Merge pull request #71 from pingcap/siddontang/update-proto
Browse files Browse the repository at this point in the history
server: use golang protobuf.
  • Loading branch information
qiuyesuifeng committed Apr 7, 2016
2 parents 12f2721 + 356181b commit e993dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"

"github.com/coreos/etcd/clientv3"
"github.com/gogo/protobuf/proto"
"github.com/golang/protobuf/proto"
"github.com/juju/errors"
"github.com/ngaut/log"
"github.com/pingcap/kvproto/pkg/metapb"
Expand Down
2 changes: 1 addition & 1 deletion server/command.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package server

import (
"github.com/gogo/protobuf/proto"
"github.com/golang/protobuf/proto"
"github.com/juju/errors"
"github.com/pingcap/kvproto/pkg/pdpb"
)
Expand Down

0 comments on commit e993dd4

Please sign in to comment.