1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-23 22:15:04 +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

@@ -17,7 +17,7 @@ package rules
import (
"testing"
gas "github.com/HewlettPackard/gas/core"
gas "github.com/GoASTScanner/gas/core"
)
func TestBind0000(t *testing.T) {