1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-29 22:37:59 +02:00

Updated imports to new repository location.

This commit is contained in:
Grant Murphy
2016-11-02 16:54:20 -07:00
parent b8ce40e193
commit 74b6633ee0
34 changed files with 37 additions and 38 deletions

View File

@@ -18,7 +18,7 @@ import (
"go/ast"
"regexp"
gas "github.com/HewlettPackard/gas/core"
gas "github.com/GoASTScanner/gas/core"
)
type WeakRand struct {