summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/store/mem.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/store/mem.go')
-rw-r--r--Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/store/mem.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/store/mem.go b/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/store/mem.go
index 74d48a73e..22d200e8d 100644
--- a/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/store/mem.go
+++ b/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1/store/mem.go
@@ -4,8 +4,8 @@ import (
"sync"
"time"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/golang/groupcache/lru"
- "github.com/mattermost/platform/Godeps/_workspace/src/gopkg.in/throttled/throttled.v1"
+ "github.com/golang/groupcache/lru"
+ "gopkg.in/throttled/throttled.v1"
)
// memStore implements an in-memory Store.