Skip to content

Commit

Permalink
- change protobuf to kubemq protobuf repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kubemq committed Dec 24, 2019
1 parent c8d9ed8 commit 8f62e6b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10,796 deletions.
2 changes: 1 addition & 1 deletion event_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"time"

"github.com/kubemq-io/kubemq-go/pb"
pb "github.com/kubemq-io/protobuf/go"
)

type EventStore struct {
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ require (
github.com/gogo/protobuf v1.2.0
github.com/google/uuid v1.1.0
github.com/gorilla/websocket v1.4.0
github.com/kubemq-io/protobuf v1.1.0
go.opencensus.io v0.21.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
google.golang.org/grpc v1.21.0
)

go 1.13
2 changes: 1 addition & 1 deletion grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/google/uuid"
"github.com/kubemq-io/kubemq-go/pb"
pb "github.com/kubemq-io/protobuf/go"
"go.opencensus.io/trace"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
Expand Down
Loading

0 comments on commit 8f62e6b

Please sign in to comment.