mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 21:38:25 +00:00
Rename to runatlantis from atlantisnorth.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user