summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/interval.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/interval.go')
-rw-r--r--Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/interval.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/interval.go b/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/interval.go
index ab4d45251..628a5593e 100644
--- a/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/interval.go
+++ b/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/interval.go
@@ -5,7 +5,7 @@ import (
"sync"
"time"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/golang/groupcache/lru"
+ "github.com/golang/groupcache/lru"
)
// Static check to ensure that the interval limiters implement the Limiter interface.