Skip to content

Commit

Permalink
add v2
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed May 21, 2022
1 parent e1cfa1b commit c2b2f42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/amalfra/maildir
module github.com/amalfra/maildir/v2

go 1.16
2 changes: 1 addition & 1 deletion maildir.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sort"
"strings"

"github.com/amalfra/maildir/lib"
"github.com/amalfra/maildir/v2/lib"
)

// Maildir implements maildir format and it's operations
Expand Down
2 changes: 1 addition & 1 deletion maildir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"testing"

"github.com/amalfra/maildir/lib"
"github.com/amalfra/maildir/v2/lib"
)

var mailDir string
Expand Down

0 comments on commit c2b2f42

Please sign in to comment.