1
0
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

This commit is contained in:
Julien Kassar 2017-02-17 11:24:07 -05:00
parent db5da1ebfe
commit 493ba98292

View File

@ -7,8 +7,7 @@ import (
composeConfig "github.com/docker/libcompose/config"
"github.com/rancher/os/config"
log "github.com/Sirupsen/logrus"
"github.com/rancher/os/log"
)
type ConfigEnvironment struct {