File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 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 11package commands
22
33import (
4- "github.com/barelyhuman/commitlog/v2 /pkg"
4+ "github.com/barelyhuman/commitlog/v3 /pkg"
55 "github.com/urfave/cli/v2"
66)
77
Original file line number Diff line number Diff line change 66 "os/exec"
77 "path"
88
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"
1111 "github.com/go-git/go-git/v5"
1212 "github.com/go-git/go-git/v5/plumbing"
1313 "github.com/urfave/cli/v2"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ package main
3333import (
3434 " log"
3535
36- " github.com/barelyhuman/commitlog/v2 /pkg"
36+ " github.com/barelyhuman/commitlog/v3 /pkg"
3737)
3838
3939func 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
22
33go 1.16
44
Original file line number Diff line number Diff line change 66 "os"
77 "time"
88
9- "github.com/barelyhuman/commitlog/v2 /commands"
9+ "github.com/barelyhuman/commitlog/v3 /commands"
1010 "github.com/urfave/cli/v2"
1111)
1212
Original file line number Diff line number Diff line change 88 "regexp"
99 "strings"
1010
11- "github.com/barelyhuman/commitlog/v2 /lib"
11+ "github.com/barelyhuman/commitlog/v3 /lib"
1212 "github.com/go-git/go-git/v5"
1313 "github.com/go-git/go-git/v5/plumbing/object"
1414)
You can’t perform that action at this time.
0 commit comments