From 1359dca3cccc4e5294f0c178654070ba762321fc Mon Sep 17 00:00:00 2001 From: Rafael Dantas Justo Date: Wed, 28 Oct 2015 11:52:31 -0200 Subject: [PATCH] Remove unnecessary dependency Now that we aren't using the token bucket anymore, there's no more reason to depends on juju project. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8d3e97..1bb4701 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ env: install: - go get github.com/golang/gddo/database - - go get github.com/juju/ratelimit - go get github.com/aryann/difflib - go get github.com/davecgh/go-spew/spew - go get golang.org/x/tools/cmd/cover