Update imports from bootcfg to matchbox

This commit is contained in:
Dalton Hubble
2017-01-09 02:25:56 -08:00
parent 88da59560d
commit 50432159d7
46 changed files with 87 additions and 87 deletions

View File

@@ -11,13 +11,13 @@ import (
"github.com/Sirupsen/logrus"
"github.com/coreos/pkg/flagutil"
web "github.com/coreos/coreos-baremetal/bootcfg/http"
"github.com/coreos/coreos-baremetal/bootcfg/rpc"
"github.com/coreos/coreos-baremetal/bootcfg/server"
"github.com/coreos/coreos-baremetal/bootcfg/sign"
"github.com/coreos/coreos-baremetal/bootcfg/storage"
"github.com/coreos/coreos-baremetal/bootcfg/tlsutil"
"github.com/coreos/coreos-baremetal/bootcfg/version"
web "github.com/coreos/coreos-baremetal/matchbox/http"
"github.com/coreos/coreos-baremetal/matchbox/rpc"
"github.com/coreos/coreos-baremetal/matchbox/server"
"github.com/coreos/coreos-baremetal/matchbox/sign"
"github.com/coreos/coreos-baremetal/matchbox/storage"
"github.com/coreos/coreos-baremetal/matchbox/tlsutil"
"github.com/coreos/coreos-baremetal/matchbox/version"
)
var (

View File

@@ -1,6 +1,6 @@
package main
import "github.com/coreos/coreos-baremetal/bootcfg/cli"
import "github.com/coreos/coreos-baremetal/matchbox/cli"
func main() {
cli.Execute()