From d5c44dd9a88099c19f47c5b028247a17cc9ecd68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 10:01:29 -0600 Subject: [PATCH] Bump github.com/mattermost/mattermost-server/v6 in /dependabot (#145) Bumps [github.com/mattermost/mattermost-server/v6](https://github.com/mattermost/mattermost-server) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/mattermost/mattermost-server/releases) - [Changelog](https://github.com/mattermost/mattermost-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattermost/mattermost-server/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost-server/v6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependabot/go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dependabot/go.mod b/dependabot/go.mod index 6401f7b..e74e809 100644 --- a/dependabot/go.mod +++ b/dependabot/go.mod @@ -3,5 +3,6 @@ module github.com/SmartHoneybee/ubiquitous-memory/dependabot go 1.16 require ( - github.com/mattermost/mattermost-server/v6 v6.4.0 + github.com/mattermost/mattermost-server/v6 v6.4.1 + github.com/mattermost/mmctl v0.0.0-20211221153052-1bb2fec4c15e )