mirror of
https://github.com/securego/gosec.git
synced 2025-11-23 22:15:04 +02:00
Rename github org (#214)
This commit is contained in:
@@ -3,10 +3,10 @@ package gas_test
|
||||
import (
|
||||
"go/ast"
|
||||
|
||||
"github.com/GoASTScanner/gas"
|
||||
"github.com/GoASTScanner/gas/testutils"
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/securego/gas"
|
||||
"github.com/securego/gas/testutils"
|
||||
)
|
||||
|
||||
var _ = Describe("Resolve ast node to concrete value", func() {
|
||||
|
||||
Reference in New Issue
Block a user