Slackbot for ackerson.slack.com
I'm using govendor to keep track of the last known working versions of my dependencies.
However, I want to keep these up-to-date with every build, so in the circle.yml file you'll notice I delete the vendor/
directory and perform a go get ./...