diff --git a/main.go b/main.go index beba18d..023bdce 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( kingpin "gopkg.in/alecthomas/kingpin.v2" - config "github.com/jollheef/out-of-tree/config" + "github.com/jollheef/out-of-tree/config" ) func kernelListHandler(kcfg config.KernelConfig) (err error) { diff --git a/pew.go b/pew.go index 6f5ccca..b4187f4 100644 --- a/pew.go +++ b/pew.go @@ -20,7 +20,7 @@ import ( "github.com/otiai10/copy" "github.com/remeh/sizedwaitgroup" - config "github.com/jollheef/out-of-tree/config" + "github.com/jollheef/out-of-tree/config" qemu "github.com/jollheef/out-of-tree/qemu" )