From 29fca51821981079175adf336d303a474f5ef310 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:05:10 -0700 Subject: Renaming repo --- store/sql_supplier.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'store/sql_supplier.go') diff --git a/store/sql_supplier.go b/store/sql_supplier.go index 2a91dbddf..b6dd77cd1 100644 --- a/store/sql_supplier.go +++ b/store/sql_supplier.go @@ -19,8 +19,8 @@ import ( "github.com/go-sql-driver/mysql" "github.com/lib/pq" "github.com/mattermost/gorp" - "github.com/mattermost/platform/model" - "github.com/mattermost/platform/utils" + "github.com/mattermost/mattermost-server/model" + "github.com/mattermost/mattermost-server/utils" ) const ( @@ -86,7 +86,7 @@ type SqlSupplierOldStores struct { type SqlSupplier struct { // rrCounter and srCounter should be kept first. - // See https://github.com/mattermost/platform/pull/7281 + // See https://github.com/mattermost/mattermost-server/pull/7281 rrCounter int64 srCounter int64 next LayeredStoreSupplier -- cgit v1.2.3-1-g7c22