#!/usr/bin/env bash

# After adding a new third-party dependency, developers should run this script.
set -o errexit -o nounset -o pipefail


