-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated go version to 1.19 and upgraded deps
- Loading branch information
Showing
5 changed files
with
12 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
module github.com/mrz1836/go-mail | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/aymerick/douceur v0.2.0 | ||
github.com/domodwyer/mailyak v3.1.1+incompatible | ||
github.com/mattbaird/gochimp v0.0.0-20200820164431-f1082bcdf63f | ||
github.com/mrz1836/go-ses v0.2.1 | ||
github.com/mrz1836/go-ses v0.3.0 | ||
github.com/mrz1836/postmark v1.6.1 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.1 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/aws/aws-sdk-go v1.45.2 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/aws/aws-sdk-go v1.47.3 // indirect | ||
github.com/gorilla/css v1.0.1 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters