updated module to spdfg. Refactored imports
This commit is contained in:
parent
32738f3afc
commit
80c9d5b29c
49 changed files with 112 additions and 112 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2018 spdf
|
||||
// Copyright (C) 2018 spdfg
|
||||
//
|
||||
// This file is part of Elektron.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2018 spdf
|
||||
// Copyright (C) 2018 spdfg
|
||||
//
|
||||
// This file is part of Elektron.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2018 spdf
|
||||
// Copyright (C) 2018 spdfg
|
||||
//
|
||||
// This file is part of Elektron.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2018 spdf
|
||||
// Copyright (C) 2018 spdfg
|
||||
//
|
||||
// This file is part of Elektron.
|
||||
//
|
||||
|
@ -24,8 +24,8 @@ import (
|
|||
|
||||
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/spdf/elektron/constants"
|
||||
"github.com/spdf/elektron/utilities/offerUtils"
|
||||
"github.com/spdfg/elektron/constants"
|
||||
"github.com/spdfg/elektron/utilities/offerUtils"
|
||||
)
|
||||
|
||||
type Task struct {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2018 spdf
|
||||
// Copyright (C) 2018 spdfg
|
||||
//
|
||||
// This file is part of Elektron.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2018 spdf
|
||||
// Copyright (C) 2018 spdfg
|
||||
//
|
||||
// This file is part of Elektron.
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2018 spdf
|
||||
// Copyright (C) 2018 spdfg
|
||||
//
|
||||
// This file is part of Elektron.
|
||||
//
|
||||
|
@ -21,7 +21,7 @@ package def
|
|||
import (
|
||||
"fmt"
|
||||
mesos "github.com/mesos/mesos-go/api/v0/mesosproto"
|
||||
"github.com/spdf/elektron/constants"
|
||||
"github.com/spdfg/elektron/constants"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"reflect"
|
||||
"testing"
|
||||
|
|
Reference in a new issue