Update to latest version of go-gitlab

This commit is contained in:
Luke Kysow
2019-08-26 18:23:52 +02:00
parent 95fbe6dd83
commit 3919f05548
16 changed files with 21 additions and 21 deletions

View File

@@ -19,10 +19,10 @@ import (
"reflect"
"testing"
gitlab "github.com/lkysow/go-gitlab"
. "github.com/petergtz/pegomock"
"github.com/runatlantis/atlantis/server"
. "github.com/runatlantis/atlantis/testing"
gitlab "github.com/xanzy/go-gitlab"
)
var parser = server.DefaultGitlabRequestParserValidator{}