###
# This will download all Homebrew dependencies.
###

# Shared
brew "git"
brew "docker"
brew "docker-compose"
brew "protobuf"
brew "prototool"
cask "docker"

# Frontend
brew "node@12"
brew "yarn"

# Backend
brew "go"



