Skip to content

Commit

Permalink
Change golang dependency to gogo
Browse files Browse the repository at this point in the history
  • Loading branch information
cspenceiv committed Jan 28, 2016
1 parent cf684c9 commit f2f023f
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 103 deletions.
2 changes: 1 addition & 1 deletion riemann_encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"sync/atomic"
"time"

"github.com/golang/protobuf/proto"
"github.com/gogo/protobuf/proto"
"github.com/mozilla-services/heka/message"
"github.com/mozilla-services/heka/pipeline"
"github.com/cspenceiv/heka-riemann-encoder/riemenc"
Expand Down
222 changes: 121 additions & 101 deletions riemenc/proto/proto.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 riemenc/riemenc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"reflect"

pb "github.com/golang/protobuf/proto"
pb "github.com/gogo/protobuf/proto"
"github.com/cspenceiv/heka-riemann-encoder/riemenc/proto"
)

Expand Down

0 comments on commit f2f023f

Please sign in to comment.