File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- v2 .0.7
1
+ v3 .0.0
Original file line number Diff line number Diff line change 1
1
package commands
2
2
3
3
import (
4
- "github.com/barelyhuman/commitlog/v2 /pkg"
4
+ "github.com/barelyhuman/commitlog/v3 /pkg"
5
5
"github.com/urfave/cli/v2"
6
6
)
7
7
Original file line number Diff line number Diff line change 6
6
"os/exec"
7
7
"path"
8
8
9
- "github.com/barelyhuman/commitlog/v2 /lib"
10
- "github.com/barelyhuman/commitlog/v2 /pkg"
9
+ "github.com/barelyhuman/commitlog/v3 /lib"
10
+ "github.com/barelyhuman/commitlog/v3 /pkg"
11
11
"github.com/go-git/go-git/v5"
12
12
"github.com/go-git/go-git/v5/plumbing"
13
13
"github.com/urfave/cli/v2"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ package main
33
33
import (
34
34
" log"
35
35
36
- " github.com/barelyhuman/commitlog/v2 /pkg"
36
+ " github.com/barelyhuman/commitlog/v3 /pkg"
37
37
)
38
38
39
39
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/barelyhuman/commitlog/v2
1
+ module github.com/barelyhuman/commitlog/v3
2
2
3
3
go 1.16
4
4
Original file line number Diff line number Diff line change 6
6
"os"
7
7
"time"
8
8
9
- "github.com/barelyhuman/commitlog/v2 /commands"
9
+ "github.com/barelyhuman/commitlog/v3 /commands"
10
10
"github.com/urfave/cli/v2"
11
11
)
12
12
Original file line number Diff line number Diff line change 8
8
"regexp"
9
9
"strings"
10
10
11
- "github.com/barelyhuman/commitlog/v2 /lib"
11
+ "github.com/barelyhuman/commitlog/v3 /lib"
12
12
"github.com/go-git/go-git/v5"
13
13
"github.com/go-git/go-git/v5/plumbing/object"
14
14
)
You can’t perform that action at this time.
0 commit comments