1
0
mirror of https://github.com/openshift/image-registry.git synced 2026-02-05 09:45:55 +01:00

github.com/Sirupsen/logrus -> github.com/sirupsen/logrus

This commit is contained in:
Oleg Bulatov
2018-07-31 15:04:56 +02:00
parent 77b26e3e0c
commit 81b22b2b23
10 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import (
"runtime"
"time"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"k8s.io/apiserver/pkg/util/logs"
"github.com/openshift/library-go/pkg/serviceability"