From 6d8f122a5160f6d9e4c51579f2429dfaa62c7271 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 16 Feb 2018 06:47:51 -0800 Subject: Upgrading server dependancies (#8308) --- cmd/platform/mattermost.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmd/platform') diff --git a/cmd/platform/mattermost.go b/cmd/platform/mattermost.go index b0190011b..e4a120e1e 100644 --- a/cmd/platform/mattermost.go +++ b/cmd/platform/mattermost.go @@ -25,6 +25,9 @@ import ( _ "github.com/prometheus/client_golang/prometheus/promhttp" _ "github.com/tylerb/graceful" _ "gopkg.in/olivere/elastic.v5" + + // Temp imports for new dependencies + _ "github.com/gorilla/schema" ) func main() { -- cgit v1.2.3-1-g7c22