Skip to content

Commit

Permalink
Add forked gogo/protobuf until gogo/protobuf#582
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Jul 6, 2019
1 parent 435a2b3 commit 498046b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -1108,3 +1108,12 @@ go_repository(
commit = "66dcdec9762a9f5935d9466b18f4bee852d1b091",
importpath = "github.com/prysmaticlabs/go-bitfield",
)

go_repository(
name = "com_github_gogo_protobuf",
commit = "c91f1861c28312f505e13bd3e1c90d2088a670c7",
importpath = "github.com/gogo/protobuf",
# Using fork until https://github.com/gogo/protobuf/pull/582 is merged.
remote = "https://github.com/prestonvanloon/protobuf.git",
vcs = "git",
)

0 comments on commit 498046b

Please sign in to comment.