Explorar el Código

audit test import

zach rice hace 6 años
padre
commit
e28cfd1ad5
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      audit/audit_test.go

+ 3 - 3
audit/audit_test.go

@@ -3,9 +3,9 @@ package audit
 import (
 	"fmt"
 	"github.com/sergi/go-diff/diffmatchpatch"
-	"github.com/zricethezav/gitleaks-ng/config"
-	"github.com/zricethezav/gitleaks-ng/manager"
-	"github.com/zricethezav/gitleaks-ng/options"
+	"github.com/zricethezav/gitleaks/config"
+	"github.com/zricethezav/gitleaks/manager"
+	"github.com/zricethezav/gitleaks/options"
 	"io/ioutil"
 	"os"
 	"runtime"