The Dockerfile and scripts here help you use Google Cloud Builder to launch the go dep tool.
To build this builder, run the following command in this directory.
$ gcloud builds submit . --config=cloudbuild.yaml
steps:
# Make sure all dependencies are in the desired state
- name: 'gcr.io/$PROJECT_ID/dep'
args: ['ensure', '-v']
env: ['PROJECT_ROOT=github.com/myorg/myproject']
id: 'dep'