diff --git a/plugin_portal.go b/plugin_portal.go index a1ddf12..49267b8 100644 --- a/plugin_portal.go +++ b/plugin_portal.go @@ -22,9 +22,9 @@ package main import ( - dbus "salsa.debian.org/go-team/packages/golang-dbus.git" "errors" "fmt" + dbus "salsa.debian.org/go-team/packages/golang-dbus.git" "sync" )