update jsonlog path for updated vendor

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-06-14 16:09:11 -04:00
parent a5234d8575
commit dbf7186bee
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -28,7 +28,7 @@ import (
"os"
"time"
"github.com/docker/docker/pkg/jsonlog"
"github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog"
"github.com/fsnotify/fsnotify"
"github.com/golang/glog"