Skip to content

Commit

Permalink
fix hub proto import path
Browse files Browse the repository at this point in the history
  • Loading branch information
wxue committed Nov 27, 2019
1 parent 2ee30a3 commit e9d0641
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 73 deletions.
144 changes: 72 additions & 72 deletions protos/hub/hub.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 protos/hub/hub.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ option java_multiple_files = true;
option java_outer_classname = "HubProto";
option java_package = "io.btfs.hub";

import "github.com/gogo/protobuf/gogoproto/gogo.proto";
import "github.com/tron-us/protobuf/gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";

service Settings {
Expand Down

0 comments on commit e9d0641

Please sign in to comment.