mirror of
https://github.com/rancher/os.git
synced 2025-07-16 16:11:03 +00:00
Replace Sirupsen/logrus package with rancher/os/log (#2114)
This commit is contained in:
parent
6bd6f0c43c
commit
a08ad16a01
@ -5,8 +5,8 @@ import (
|
||||
"os/exec"
|
||||
"syscall"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/rancher/os/log"
|
||||
)
|
||||
|
||||
func recoveryInitAction(c *cli.Context) error {
|
||||
|
@ -1,11 +1,11 @@
|
||||
package init
|
||||
|
||||
import (
|
||||
log "github.com/Sirupsen/logrus"
|
||||
composeConfig "github.com/docker/libcompose/config"
|
||||
"github.com/docker/libcompose/yaml"
|
||||
"github.com/rancher/os/compose"
|
||||
"github.com/rancher/os/config"
|
||||
"github.com/rancher/os/log"
|
||||
"github.com/rancher/os/netconf"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user