change syslog pkg (#717)

This commit is contained in:
sadayuki-matsuno
2018-10-04 12:34:23 +09:00
committed by Kota Kanbe
parent f854b8f908
commit ed5f98d6f0
3 changed files with 13 additions and 2 deletions

View File

@@ -19,9 +19,10 @@ package report
import (
"fmt"
"log/syslog"
"strings"
syslog "github.com/RackSec/srslog"
"github.com/pkg/errors"
"github.com/future-architect/vuls/config"