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 )