log: remove deprecated package

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2020-01-15 08:05:50 -06:00
parent 653dcda743
commit 6c51d15948
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ package logging
import (
"github.com/go-logr/logr"
runtimelog "sigs.k8s.io/controller-runtime/pkg/runtime/log"
runtimelog "sigs.k8s.io/controller-runtime/pkg/log"
)
// Logging levels.