Fix imports.

This commit is contained in:
Paweł Stołowski
2022-03-21 13:55:27 +01:00
parent f631d4edac
commit edb0341a32

View File

@@ -45,7 +45,6 @@ import (
"github.com/snapcore/snapd/logger"
"github.com/snapcore/snapd/overlord"
"github.com/snapcore/snapd/overlord/auth"
"github.com/snapcore/snapd/snapdenv"
// So it registers Configure.
_ "github.com/snapcore/snapd/overlord/configstate"
@@ -62,6 +61,7 @@ import (
"github.com/snapcore/snapd/sandbox"
"github.com/snapcore/snapd/snap"
"github.com/snapcore/snapd/snap/snaptest"
"github.com/snapcore/snapd/snapdenv"
"github.com/snapcore/snapd/store"
"github.com/snapcore/snapd/testutil"
"github.com/snapcore/snapd/timeutil"