Rename to runatlantis from atlantisnorth.

This commit is contained in:
Luke Kysow
2018-02-18 21:28:18 -08:00
parent 477cc797b6
commit 6c159feff4
123 changed files with 349 additions and 349 deletions

View File

@@ -3,8 +3,8 @@ package matchers
import (
"reflect"
logging "github.com/atlantisnorth/atlantis/server/logging"
"github.com/petergtz/pegomock"
logging "github.com/runatlantis/atlantis/server/logging"
)
func AnyLoggingLogLevel() logging.LogLevel {

View File

@@ -1,5 +1,5 @@
// Automatically generated by pegomock. DO NOT EDIT!
// Source: github.com/atlantisnorth/atlantis/server/logging (interfaces: SimpleLogging)
// Source: github.com/runatlantis/atlantis/server/logging (interfaces: SimpleLogging)
package mocks
@@ -7,8 +7,8 @@ import (
log "log"
"reflect"
logging "github.com/atlantisnorth/atlantis/server/logging"
pegomock "github.com/petergtz/pegomock"
logging "github.com/runatlantis/atlantis/server/logging"
)
type MockSimpleLogging struct {