diff --git a/pkg/machine/machine.go b/machine/machine.go similarity index 100% rename from pkg/machine/machine.go rename to machine/machine.go diff --git a/pkg/machine/machine_test.go b/machine/machine_test.go similarity index 100% rename from pkg/machine/machine_test.go rename to machine/machine_test.go diff --git a/pkg/machine/message.go b/machine/message.go similarity index 100% rename from pkg/machine/message.go rename to machine/message.go diff --git a/pkg/machine/model.go b/machine/model.go similarity index 100% rename from pkg/machine/model.go rename to machine/model.go diff --git a/pkg/machine/model_test.go b/machine/model_test.go similarity index 100% rename from pkg/machine/model_test.go rename to machine/model_test.go diff --git a/pkg/machine/state.go b/machine/state.go similarity index 100% rename from pkg/machine/state.go rename to machine/state.go diff --git a/pkg/machine/state_test.go b/machine/state_test.go similarity index 100% rename from pkg/machine/state_test.go rename to machine/state_test.go diff --git a/pkg/machine/subscription.go b/machine/subscription.go similarity index 100% rename from pkg/machine/subscription.go rename to machine/subscription.go diff --git a/pkg/machine/transition.go b/machine/transition.go similarity index 100% rename from pkg/machine/transition.go rename to machine/transition.go diff --git a/pkg/machine/transition_test.go b/machine/transition_test.go similarity index 100% rename from pkg/machine/transition_test.go rename to machine/transition_test.go