From 8526739066ccb00ccd24b74650a7d7b284442985 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 21 Jun 2018 13:10:40 -0700 Subject: MM-10934 Update server dependencies. (#8981) * Changing throttled import path. * Upgrading dependencies. --- app/ratelimit.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/ratelimit.go') 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 { -- cgit v1.2.3-1-g7c22