Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed Apr 29, 2024
1 parent 80b7be6 commit 0b06d26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/fixfilenames/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"time"

"github.com/kmulvey/imageconvert/pkg/imageconvert"
"github.com/kmulvey/imageconvert/v2/pkg/imageconvert"
"github.com/kmulvey/path"
log "github.com/sirupsen/logrus"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/imageconvert/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

"github.com/kmulvey/humantime"
"github.com/kmulvey/imageconvert/pkg/imageconvert"
"github.com/kmulvey/imageconvert/v2/pkg/imageconvert"
log "github.com/sirupsen/logrus"
"go.szostok.io/version"
"go.szostok.io/version/printer"
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/kmulvey/imageconvert
module github.com/kmulvey/imageconvert/v2

go 1.22.2

Expand Down

0 comments on commit 0b06d26

Please sign in to comment.