cleanup: Drop github.com/golang/glog dependency Remove the remaining uses of glog and replace it with go-kit/log. The standard logger is now redirected to go-kit/log instead of glog which makes logs appear a little more uniform. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com> |