Skip to content

Commit 2aee40c

Browse files
committed
ref(services): replace company includes with deis.
replace company-specific repos to deis' one
1 parent e5ccc17 commit 2aee40c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

services/services.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"fmt"
77
"io/ioutil"
88

9-
deis "github.com/workato/deis-controller-sdk-go"
10-
"github.com/workato/deis-controller-sdk-go/api"
9+
deis "github.com/deis/controller-sdk-go"
10+
"github.com/deis/controller-sdk-go/api"
1111
)
1212

1313
// List services registered with an app.

services/services_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"reflect"
99
"testing"
1010

11-
deis "github.com/workato/deis-controller-sdk-go"
12-
"github.com/workato/deis-controller-sdk-go/api"
11+
deis "github.com/deis/controller-sdk-go"
12+
"github.com/deis/controller-sdk-go/api"
1313
)
1414

1515
const servicesFixture string = `

0 commit comments

Comments
 (0)