From 0077e077b109f0b00f14e44eaca23e4222c042b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:16:50 +0000 Subject: [PATCH] chore(deps): bump github.com/darkrockmountain/gomail Bumps [github.com/darkrockmountain/gomail](https://github.com/darkrockmountain/gomail) from 0.6.0-beta to 0.6.0. - [Release notes](https://github.com/darkrockmountain/gomail/releases) - [Changelog](https://github.com/darkrockmountain/gomail/blob/main/CHANGELOG.md) - [Commits](https://github.com/darkrockmountain/gomail/compare/v0.6.0-beta...v0.6.0) --- updated-dependencies: - dependency-name: github.com/darkrockmountain/gomail dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../serverless/google_cloud_functions/go.mod | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.examples/serverless/google_cloud_functions/go.mod b/.examples/serverless/google_cloud_functions/go.mod index 9a8222e..4d66289 100644 --- a/.examples/serverless/google_cloud_functions/go.mod +++ b/.examples/serverless/google_cloud_functions/go.mod @@ -4,6 +4,20 @@ go 1.22.5 require ( github.com/GoogleCloudPlatform/functions-framework-go v1.8.1 - github.com/darkrockmountain/gomail v0.6.0-beta + github.com/darkrockmountain/gomail v0.6.0 ) +require ( + github.com/aymerick/douceur v0.2.0 // indirect + github.com/cloudevents/sdk-go/v2 v2.14.0 // indirect + github.com/google/uuid v1.6.0 // indirect + github.com/gorilla/css v1.0.1 // indirect + github.com/json-iterator/go v1.1.10 // indirect + github.com/microcosm-cc/bluemonday v1.0.26 // indirect + github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect + github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect + go.uber.org/atomic v1.4.0 // indirect + go.uber.org/multierr v1.1.0 // indirect + go.uber.org/zap v1.10.0 // indirect + golang.org/x/net v0.26.0 // indirect +)