From 1adfd0e9be69a93c7f63bb7afc742c9fafe31aa3 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 6 Sep 2017 17:12:54 -0500 Subject: app type transition (#7167) --- model/gitlab/gitlab.go | 5 +++-- model/manifest_test.go | 3 ++- model/websocket_client.go | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'model') diff --git a/model/gitlab/gitlab.go b/model/gitlab/gitlab.go index 7f1447edd..17e0b5081 100644 --- a/model/gitlab/gitlab.go +++ b/model/gitlab/gitlab.go @@ -5,11 +5,12 @@ package oauthgitlab import ( "encoding/json" - "github.com/mattermost/platform/einterfaces" - "github.com/mattermost/platform/model" "io" "strconv" "strings" + + "github.com/mattermost/platform/einterfaces" + "github.com/mattermost/platform/model" ) type GitLabProvider struct { diff --git a/model/manifest_test.go b/model/manifest_test.go index 237640564..46975cf47 100644 --- a/model/manifest_test.go +++ b/model/manifest_test.go @@ -2,13 +2,14 @@ package model import ( "encoding/json" - "gopkg.in/yaml.v2" "io/ioutil" "os" "path/filepath" "strings" "testing" + "gopkg.in/yaml.v2" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/model/websocket_client.go b/model/websocket_client.go index 2fa405f31..8c77e827c 100644 --- a/model/websocket_client.go +++ b/model/websocket_client.go @@ -5,6 +5,7 @@ package model import ( "encoding/json" + "github.com/gorilla/websocket" ) -- cgit v1.2.3-1-g7c22