From 4389571dedb9a68d801427c37ad971c8c488991f Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 19 Jan 2016 10:54:19 -0600 Subject: PLT-7 adding server side libraries --- api/api.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api') diff --git a/api/api.go b/api/api.go index f29063fe1..3b35a08fa 100644 --- a/api/api.go +++ b/api/api.go @@ -10,6 +10,9 @@ import ( "github.com/mattermost/platform/utils" "html/template" "net/http" + + _ "github.com/cloudfoundry/jibber_jabber" + _ "github.com/nicksnyder/go-i18n/i18n" ) var ServerTemplates *template.Template -- cgit v1.2.3-1-g7c22