Skip to content

Commit aaba4e5

Browse files
committed
Upgrade imports to match module version
1 parent c8e8e57 commit aaba4e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ import (
691691
"fmt"
692692
"io/ioutil"
693693
694-
"github.com/boyter/scc/processor"
694+
"github.com/boyter/scc/v3/processor"
695695
)
696696
697697
type statsProcessor struct{}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/boyter/scc
1+
module github.com/boyter/scc/v3
22

33
go 1.14
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package main
44

55
import (
66
"fmt"
7-
"github.com/boyter/scc/processor"
7+
"github.com/boyter/scc/v3/processor"
88
"github.com/spf13/cobra"
99
"os"
1010
)

processor/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strings"
1111
"sync"
1212

13-
"github.com/boyter/scc/processor/gitignore"
13+
"github.com/boyter/scc/v3/processor/gitignore"
1414
"github.com/dbaggerman/cuba"
1515
)
1616

0 commit comments

Comments
 (0)