Transfer repositoriy (fanal#27)

* Transfer repositoriy

* Disable coverall temporarily
This commit is contained in:
Teppei Fukuda
2019-08-18 22:15:12 -10:00
committed by Liz Rice
parent 430740f537
commit a8380ab5e5
39 changed files with 137 additions and 137 deletions

View File

@@ -5,11 +5,11 @@ import (
"path/filepath"
"strings"
"github.com/knqyf263/fanal/analyzer"
"github.com/knqyf263/fanal/extractor"
"github.com/knqyf263/fanal/utils"
"github.com/knqyf263/go-dep-parser/pkg/npm"
"github.com/knqyf263/go-dep-parser/pkg/types"
"github.com/aquasecurity/fanal/analyzer"
"github.com/aquasecurity/fanal/extractor"
"github.com/aquasecurity/fanal/utils"
"github.com/aquasecurity/go-dep-parser/pkg/npm"
"github.com/aquasecurity/go-dep-parser/pkg/types"
"golang.org/x/xerrors"
)