From 542f871d30d92c5fd104cec57df270f24c7c122f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 08:08:12 +0200 Subject: [PATCH] Bump github.com/mattermost/mattermost-server/v6 from 6.6.1 to 6.7.0 in /dependabot (#150) Bumps [github.com/mattermost/mattermost-server/v6](https://github.com/mattermost/mattermost-server) from 6.6.1 to 6.7.0. - [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.6.1...v6.7.0) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost-server/v6 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3af356e..85bf3f9 100644 --- a/dependabot/go.mod +++ b/dependabot/go.mod @@ -3,6 +3,7 @@ module github.com/SmartHoneybee/ubiquitous-memory/dependabot go 1.16 require ( - github.com/mattermost/mattermost-server/v6 v6.6.1 + github.com/mattermost/mattermost-server/v6 v6.7.0 github.com/mattermost/mmctl v0.0.0-20211221153052-1bb2fec4c15e + github.com/spf13/viper v1.10.0 // indirect )