Skip to content

Commit

Permalink
change protobuf location
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajthilak committed May 12, 2015
1 parent 7e98293 commit bd76dc5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion node.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package riakpbc

import (
"bytes"
"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
"encoding/binary"
"io"
"net"
Expand Down
2 changes: 1 addition & 1 deletion response.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package riakpbc

import (
"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
"errors"
"strconv"
)
Expand Down
2 changes: 1 addition & 1 deletion riak.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 riak_kv.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 riak_search.pb.go

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

0 comments on commit bd76dc5

Please sign in to comment.