소스 검색

its the simple things (#2020)

Zachary Rice 1 개월 전
부모
커밋
ca20267a84
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      detect/codec/encodings.go
  2. 2 1
      detect/codec/unicode.go

+ 2 - 1
detect/codec/encodings.go

@@ -3,8 +3,9 @@ package codec
 import (
 	"fmt"
 	"math"
-	"regexp"
 	"strings"
+
+	"github.com/zricethezav/gitleaks/v8/regexp"
 )
 
 var (

+ 2 - 1
detect/codec/unicode.go

@@ -2,10 +2,11 @@ package codec
 
 import (
 	"bytes"
-	"regexp"
 	"strconv"
 	"strings"
 	"unicode/utf8"
+
+	"github.com/zricethezav/gitleaks/v8/regexp"
 )
 
 var (