We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ccc17 commit 2aee40cCopy full SHA for 2aee40c
2 files changed
services/services.go
@@ -6,8 +6,8 @@ import (
6
"fmt"
7
"io/ioutil"
8
9
- deis "github.com/workato/deis-controller-sdk-go"
10
- "github.com/workato/deis-controller-sdk-go/api"
+ deis "github.com/deis/controller-sdk-go"
+ "github.com/deis/controller-sdk-go/api"
11
)
12
13
// List services registered with an app.
services/services_test.go
@@ -8,8 +8,8 @@ import (
"reflect"
"testing"
14
15
const servicesFixture string = `
0 commit comments