Skip to content

Commit

Permalink
Fixed the import paths to work with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
liorokman committed Aug 16, 2018
1 parent d8f27d6 commit 49ecaf5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

"code.cloudfoundry.org/lager"
"github.com/gorilla/mux"
"github.com/liorokman/brokerapi/auth"
"github.com/pivotal-cf/brokerapi/auth"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
"code.cloudfoundry.org/lager"
"code.cloudfoundry.org/lager/lagertest"
"github.com/drewolson/testflight"
"github.com/liorokman/brokerapi"
"github.com/liorokman/brokerapi/fakes"
"github.com/pivotal-cf/brokerapi"
"github.com/pivotal-cf/brokerapi/fakes"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
Expand Down
2 changes: 1 addition & 1 deletion catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"encoding/json"
"reflect"

"github.com/liorokman/brokerapi"
"github.com/pivotal-cf/brokerapi"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
Expand Down
2 changes: 1 addition & 1 deletion fakes/fake_service_broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"errors"

"github.com/liorokman/brokerapi"
"github.com/pivotal-cf/brokerapi"
)

type FakeServiceBroker struct {
Expand Down
2 changes: 1 addition & 1 deletion response_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package brokerapi_test
import (
"encoding/json"

"github.com/liorokman/brokerapi"
"github.com/pivotal-cf/brokerapi"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
Expand Down

0 comments on commit 49ecaf5

Please sign in to comment.