File tree 16 files changed +32
-31
lines changed
16 files changed +32
-31
lines changed Original file line number Diff line number Diff line change 7
7
* .DS_STORE
8
8
* .idea
9
9
gitleaks
10
+ build
10
11
11
12
# Test binary
12
13
* .out
Original file line number Diff line number Diff line change 5
5
"io/ioutil"
6
6
"path"
7
7
8
- "github.com/zricethezav/gitleaks/manager"
8
+ "github.com/zricethezav/gitleaks/v3/ manager"
9
9
10
10
log "github.com/sirupsen/logrus"
11
11
)
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
10
10
"sort"
11
11
"testing"
12
12
13
- "github.com/zricethezav/gitleaks/config"
14
- "github.com/zricethezav/gitleaks/manager"
15
- "github.com/zricethezav/gitleaks/options"
13
+ "github.com/zricethezav/gitleaks/v3/ config"
14
+ "github.com/zricethezav/gitleaks/v3/ manager"
15
+ "github.com/zricethezav/gitleaks/v3/ options"
16
16
17
17
"github.com/sergi/go-diff/diffmatchpatch"
18
18
)
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
12
12
"sync"
13
13
"time"
14
14
15
- "github.com/zricethezav/gitleaks/config"
16
- "github.com/zricethezav/gitleaks/manager"
15
+ "github.com/zricethezav/gitleaks/v3/ config"
16
+ "github.com/zricethezav/gitleaks/v3/ manager"
17
17
18
18
"github.com/BurntSushi/toml"
19
19
"github.com/sergi/go-diff/diffmatchpatch"
Original file line number Diff line number Diff line change 8
8
"strings"
9
9
"time"
10
10
11
- "github.com/zricethezav/gitleaks/config"
12
- "github.com/zricethezav/gitleaks/manager"
11
+ "github.com/zricethezav/gitleaks/v3/ config"
12
+ "github.com/zricethezav/gitleaks/v3/ manager"
13
13
14
14
log "github.com/sirupsen/logrus"
15
15
"gopkg.in/src-d/go-git.v4"
Original file line number Diff line number Diff line change 6
6
"strconv"
7
7
"strings"
8
8
9
- "github.com/zricethezav/gitleaks/options"
9
+ "github.com/zricethezav/gitleaks/v3/ options"
10
10
11
11
"github.com/BurntSushi/toml"
12
12
)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package config
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/zricethezav/gitleaks/options"
5
+ "github.com/zricethezav/gitleaks/v3/ options"
6
6
"regexp"
7
7
"testing"
8
8
)
Original file line number Diff line number Diff line change 1
- module github.com/zricethezav/gitleaks
1
+ module github.com/zricethezav/gitleaks/v3
2
2
3
3
go 1.13
4
4
Original file line number Diff line number Diff line change 6
6
"strings"
7
7
"sync"
8
8
9
- "github.com/zricethezav/gitleaks/audit"
10
- "github.com/zricethezav/gitleaks/manager"
11
- "github.com/zricethezav/gitleaks/options"
9
+ "github.com/zricethezav/gitleaks/v3/ audit"
10
+ "github.com/zricethezav/gitleaks/v3/ manager"
11
+ "github.com/zricethezav/gitleaks/v3/ options"
12
12
13
13
"github.com/google/go-github/github"
14
14
log "github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"sync"
6
6
7
- "github.com/zricethezav/gitleaks/audit"
8
- "github.com/zricethezav/gitleaks/manager"
9
- "github.com/zricethezav/gitleaks/options"
7
+ "github.com/zricethezav/gitleaks/v3/ audit"
8
+ "github.com/zricethezav/gitleaks/v3/ manager"
9
+ "github.com/zricethezav/gitleaks/v3/ options"
10
10
11
11
log "github.com/sirupsen/logrus"
12
12
"github.com/xanzy/go-gitlab"
Original file line number Diff line number Diff line change 1
1
package hosts
2
2
3
3
import (
4
- "github.com/zricethezav/gitleaks/manager"
4
+ "github.com/zricethezav/gitleaks/v3/ manager"
5
5
"strings"
6
6
)
7
7
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package hosts
3
3
import (
4
4
"flag"
5
5
"fmt"
6
- "github.com/zricethezav/gitleaks/config"
7
- "github.com/zricethezav/gitleaks/manager"
8
- "github.com/zricethezav/gitleaks/options"
6
+ "github.com/zricethezav/gitleaks/v3/ config"
7
+ "github.com/zricethezav/gitleaks/v3/ manager"
8
+ "github.com/zricethezav/gitleaks/v3/ options"
9
9
"os"
10
10
"testing"
11
11
)
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import (
5
5
"os"
6
6
"time"
7
7
8
- "github.com/zricethezav/gitleaks/audit"
9
- "github.com/zricethezav/gitleaks/config"
10
- "github.com/zricethezav/gitleaks/hosts"
11
- "github.com/zricethezav/gitleaks/manager"
12
- "github.com/zricethezav/gitleaks/options"
8
+ "github.com/zricethezav/gitleaks/v3/ audit"
9
+ "github.com/zricethezav/gitleaks/v3/ config"
10
+ "github.com/zricethezav/gitleaks/v3/ hosts"
11
+ "github.com/zricethezav/gitleaks/v3/ manager"
12
+ "github.com/zricethezav/gitleaks/v3/ options"
13
13
14
14
"github.com/hako/durafmt"
15
15
log "github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
13
13
"text/tabwriter"
14
14
"time"
15
15
16
- "github.com/zricethezav/gitleaks/config"
17
- "github.com/zricethezav/gitleaks/options"
16
+ "github.com/zricethezav/gitleaks/v3/ config"
17
+ "github.com/zricethezav/gitleaks/v3/ options"
18
18
19
19
"github.com/hako/durafmt"
20
20
"github.com/mattn/go-colorable"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package manager
3
3
import (
4
4
"crypto/rand"
5
5
"fmt"
6
- "github.com/zricethezav/gitleaks/config"
7
- "github.com/zricethezav/gitleaks/options"
6
+ "github.com/zricethezav/gitleaks/v3/ config"
7
+ "github.com/zricethezav/gitleaks/v3/ options"
8
8
"io"
9
9
"testing"
10
10
)
Original file line number Diff line number Diff line change 7
7
"os/user"
8
8
"strings"
9
9
10
- "github.com/zricethezav/gitleaks/version"
10
+ "github.com/zricethezav/gitleaks/v3/ version"
11
11
12
12
"github.com/jessevdk/go-flags"
13
13
log "github.com/sirupsen/logrus"
You can’t perform that action at this time.
0 commit comments