Этот коммит содержится в:
Chris
2017-09-06 17:12:54 -05:00
коммит произвёл GitHub
родитель b84bd21089
Коммит 1adfd0e9be
178 изменённых файлов: 2919 добавлений и 2806 удалений

Просмотреть файл

@@ -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 {

Просмотреть файл

@@ -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"
)

Просмотреть файл

@@ -5,6 +5,7 @@ package model
import (
"encoding/json"
"github.com/gorilla/websocket"
)