Skip to content

Commit

Permalink
修改邮箱发送
Browse files Browse the repository at this point in the history
  • Loading branch information
baowk committed Dec 29, 2023
1 parent 4fa1239 commit 3ceae9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module dilu
go 1.20

require (
github.com/baowk/dilu-core v0.2.7
github.com/baowk/dilu-core v0.2.8
github.com/baowk/dilu-plugin v0.0.0-20231229162418-ede128faad8f
github.com/fsnotify/fsnotify v1.6.0
github.com/gin-gonic/gin v1.9.1
github.com/golang-jwt/jwt/v5 v5.0.0
Expand All @@ -21,7 +22,7 @@ require (
github.com/swaggo/gin-swagger v1.6.0
github.com/swaggo/swag v1.16.2
github.com/xuri/excelize/v2 v2.8.0
go.uber.org/zap v1.25.0
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.14.0
golang.org/x/text v0.14.0
gorm.io/gorm v1.25.2
Expand Down Expand Up @@ -130,7 +131,7 @@ require (
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/time v0.1.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.122.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion modules/sys/service/sys_email.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (

"github.com/baowk/dilu-core/common/consts"
"github.com/baowk/dilu-core/common/utils"
"github.com/baowk/dilu-core/common/utils/email"
"github.com/baowk/dilu-core/core"
"github.com/baowk/dilu-core/core/base"
"github.com/baowk/dilu-plugin/email"
"go.uber.org/zap"
)

Expand Down

0 comments on commit 3ceae9b

Please sign in to comment.