Skip to content

Commit

Permalink
Update brew deps to include protoc-gen-gogo
Browse files Browse the repository at this point in the history
Evidently gogofaster also requires the gogo binary (or truss otherwise depends on it in addition to gogofaster)
  • Loading branch information
zaquestion authored Oct 7, 2020
1 parent 7040e72 commit ef2331b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ brews:
# Packages your package depends on.
dependencies:
- name: protobuf
- name: protoc-gen-gogo
- name: protoc-gen-gogofaster

# So you can `brew test` your formula.
Expand Down

0 comments on commit ef2331b

Please sign in to comment.