summaryrefslogtreecommitdiffstats
path: root/app/ratelimit.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/ratelimit.go')
-rw-r--r--app/ratelimit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/ratelimit.go b/app/ratelimit.go
index 77d15caa2..d7b96dae3 100644
--- a/app/ratelimit.go
+++ b/app/ratelimit.go
@@ -14,8 +14,8 @@ import (
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/utils"
"github.com/pkg/errors"
- throttled "gopkg.in/throttled/throttled.v2"
- "gopkg.in/throttled/throttled.v2/store/memstore"
+ "github.com/throttled/throttled"
+ "github.com/throttled/throttled/store/memstore"
)
type RateLimiter struct {