File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919 "os"
2020 "time"
2121
22- "github.com/awslabs/open-resource-broker/orb"
22+ "github.com/awslabs/open-resource-broker/sdk/go/ orb"
2323)
2424
2525func main () {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "log"
1919 "time"
2020
21- "github.com/awslabs/open-resource-broker/orb"
21+ "github.com/awslabs/open-resource-broker/sdk/go/ orb"
2222)
2323
2424func main () {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "log"
2323 "time"
2424
25- "github.com/awslabs/open-resource-broker/orb"
25+ "github.com/awslabs/open-resource-broker/sdk/go/ orb"
2626)
2727
2828func main () {
Original file line number Diff line number Diff line change 77 "testing"
88 "time"
99
10- "github.com/awslabs/open-resource-broker/internal/process"
10+ "github.com/awslabs/open-resource-broker/sdk/go/ internal/process"
1111)
1212
1313func TestManagerMarksUnhealthyAfterThreeFailures (t * testing.T ) {
Original file line number Diff line number Diff line change 55 "strings"
66 "testing"
77
8- "github.com/awslabs/open-resource-broker/internal/sse"
8+ "github.com/awslabs/open-resource-broker/sdk/go/ internal/sse"
99)
1010
1111func body (s string ) io.ReadCloser {
Original file line number Diff line number Diff line change 99 "sync"
1010 "time"
1111
12- "github.com/awslabs/open-resource-broker/orb"
12+ "github.com/awslabs/open-resource-broker/sdk/go/ orb"
1313)
1414
1515// Server is a fake ORB server for use in tests.
Original file line number Diff line number Diff line change 66 "testing"
77 "time"
88
9- "github.com/awslabs/open-resource-broker/mock"
10- "github.com/awslabs/open-resource-broker/orb"
9+ "github.com/awslabs/open-resource-broker/sdk/go/ mock"
10+ "github.com/awslabs/open-resource-broker/sdk/go/ orb"
1111)
1212
1313func TestMockServerListTemplates (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package orb
33import (
44 "net/http"
55
6- "github.com/awslabs/open-resource-broker/internal/transport"
6+ "github.com/awslabs/open-resource-broker/sdk/go/ internal/transport"
77)
88
99// AWSCredentials holds static AWS credentials for SigV4 signing.
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ import (
1313 "strconv"
1414 "time"
1515
16- "github.com/awslabs/open-resource-broker/internal/process"
17- "github.com/awslabs/open-resource-broker/internal/sse"
18- "github.com/awslabs/open-resource-broker/internal/transport"
16+ "github.com/awslabs/open-resource-broker/sdk/go/ internal/process"
17+ "github.com/awslabs/open-resource-broker/sdk/go/ internal/sse"
18+ "github.com/awslabs/open-resource-broker/sdk/go/ internal/transport"
1919)
2020
2121// Client is the ORB API client.
Original file line number Diff line number Diff line change 88 "net/http/httptest"
99 "testing"
1010
11- "github.com/awslabs/open-resource-broker/orb"
11+ "github.com/awslabs/open-resource-broker/sdk/go/ orb"
1212)
1313
1414func TestListTemplatesEmpty (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments