Skip to content

Commit

Permalink
Switch to v3 go.mod (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jan 15, 2020
1 parent 538dccd commit af91c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/geek1011/kepubify/v2
module github.com/geek1011/kepubify/v3

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion kepubify.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"time"

"github.com/geek1011/kepubify/v2/kepub"
"github.com/geek1011/kepubify/v3/kepub"
isatty "github.com/mattn/go-isatty"
zglob "github.com/mattn/go-zglob"
"github.com/spf13/pflag"
Expand Down

0 comments on commit af91c60

Please sign in to comment.