Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
szluyu99 committed Apr 16, 2023
1 parent 9a47e40 commit a45ecfd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
"strings"
"time"

"github.com/DusanKasan/parsemail"
"github.com/emersion/go-smtp"
"github.com/restsend/carrot"
"github.com/restsend/parsemail"
)

// A Session is returned after successful login.
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
)

replace github.com/DusanKasan/parsemail => ./parsemail

// replace github.com/restsend/gormpher => ../../gormpher
// replace github.com/restsend/parsemail => ../../restsend/parsemail

Expand Down
2 changes: 1 addition & 1 deletion handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (

_ "embed"

"github.com/DusanKasan/parsemail"
"github.com/gin-gonic/gin"
"github.com/restsend/carrot"
"github.com/restsend/gormpher"
"github.com/restsend/parsemail"
"gorm.io/gorm"
)

Expand Down
1 change: 1 addition & 0 deletions parsemail
Submodule parsemail added at e17aa5

0 comments on commit a45ecfd

Please sign in to comment.