mirror of
https://github.com/securego/gosec.git
synced 2026-01-15 01:33:41 +08:00
Update to ginkgo v2 (#753)
This commit is contained in:
@@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/securego/gosec/v2"
|
||||
)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build go1.12 && !go1.14
|
||||
// +build go1.12,!go1.14
|
||||
|
||||
// This file can be removed once go1.13 is no longer supported
|
||||
|
||||
Reference in New Issue
Block a user