diff --git a/api.go b/api.go index eec23f0b..a904e929 100644 --- a/api.go +++ b/api.go @@ -19,7 +19,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/pivotal-cf/brokerapi/middlewares/originating_identity_header" + "github.com/sharma-tapas/brokerapi/middlewares/originating_identity_header" "net/http" "strconv" @@ -797,4 +797,4 @@ func checkBrokerAPIVersionHdr(req *http.Request) (brokerVersion, error) { return version, errors.New("X-Broker-API-Version Header must be 2.x") } return version, nil -} \ No newline at end of file +} diff --git a/fakes/auto_fake_service_broker.go b/fakes/auto_fake_service_broker.go index 99f3cf0f..9ab5694d 100644 --- a/fakes/auto_fake_service_broker.go +++ b/fakes/auto_fake_service_broker.go @@ -5,7 +5,7 @@ import ( context "context" sync "sync" - brokerapi "github.com/pivotal-cf/brokerapi" + brokerapi "github.com/sharma-tapas/brokerapi" ) type AutoFakeServiceBroker struct {