From e83465386fa06fbf1ea16bc8e2964f70364e74d7 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Mon, 11 Jun 2018 17:41:55 -0400 Subject: [PATCH] update dependencies fix issue preventing compilation format project --- ytsync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ytsync.go b/ytsync.go index 2117efd..ff4c6e8 100644 --- a/ytsync.go +++ b/ytsync.go @@ -21,6 +21,7 @@ import ( "github.com/lbryio/lbry.go/stopOnce" "github.com/lbryio/lbry.go/ytsync/redisdb" "github.com/lbryio/lbry.go/ytsync/sources" + ps "github.com/old/mitchellh/go-ps" log "github.com/sirupsen/logrus" "google.golang.org/api/googleapi/transport"