Skip to content

Commit

Permalink
Merge pull request #258 from vearutop/fix-module
Browse files Browse the repository at this point in the history
Upgrade imports to match module version
  • Loading branch information
boyter committed May 6, 2021
2 parents c8e8e57 + aaba4e5 commit 9ff7d9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ import (
"fmt"
"io/ioutil"
"github.com/boyter/scc/processor"
"github.com/boyter/scc/v3/processor"
)
type statsProcessor struct{}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/boyter/scc
module github.com/boyter/scc/v3

go 1.14

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package main

import (
"fmt"
"github.com/boyter/scc/processor"
"github.com/boyter/scc/v3/processor"
"github.com/spf13/cobra"
"os"
)
Expand Down
2 changes: 1 addition & 1 deletion processor/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"sync"

"github.com/boyter/scc/processor/gitignore"
"github.com/boyter/scc/v3/processor/gitignore"
"github.com/dbaggerman/cuba"
)

Expand Down

0 comments on commit 9ff7d9c

Please sign in to comment.