diff --git a/eventbus/bus.go b/eventbus/bus.go index 35a7c224..83dd48bb 100644 --- a/eventbus/bus.go +++ b/eventbus/bus.go @@ -1,6 +1,6 @@ package eventbus -import "github.com/bradrydzewski/drone/common" +import "github.com/drone/drone/common" type Event struct { Build *common.Build