mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:38:24 +00:00
Rename to runatlantis from atlantisnorth.
This commit is contained in:
@@ -8,16 +8,16 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/atlantisnorth/atlantis/server"
|
||||
"github.com/atlantisnorth/atlantis/server/events"
|
||||
emocks "github.com/atlantisnorth/atlantis/server/events/mocks"
|
||||
"github.com/atlantisnorth/atlantis/server/events/mocks/matchers"
|
||||
"github.com/atlantisnorth/atlantis/server/events/models"
|
||||
"github.com/atlantisnorth/atlantis/server/events/vcs"
|
||||
"github.com/atlantisnorth/atlantis/server/logging"
|
||||
"github.com/atlantisnorth/atlantis/server/mocks"
|
||||
"github.com/lkysow/go-gitlab"
|
||||
. "github.com/petergtz/pegomock"
|
||||
"github.com/runatlantis/atlantis/server"
|
||||
"github.com/runatlantis/atlantis/server/events"
|
||||
emocks "github.com/runatlantis/atlantis/server/events/mocks"
|
||||
"github.com/runatlantis/atlantis/server/events/mocks/matchers"
|
||||
"github.com/runatlantis/atlantis/server/events/models"
|
||||
"github.com/runatlantis/atlantis/server/events/vcs"
|
||||
"github.com/runatlantis/atlantis/server/logging"
|
||||
"github.com/runatlantis/atlantis/server/mocks"
|
||||
)
|
||||
|
||||
const githubHeader = "X-Github-Event"
|
||||
|
||||
Reference in New Issue
Block a user