bind(GerritToolWindow.class);
bind(GerritCheckoutProvider.class);
bind(GerritHttpAuthDataProvider.class);
bind(GerritPushExtension.class);
install(new UtilsModule());
install(new GerritActionsModule());
install(new GerritDiffModule());
install(new GerritRestModule());
install(new GerritUiModule());
}