1
0
mirror of https://github.com/SmartHoneybee/ubiquitous-memory synced 2025-10-25 15:53:48 +02:00

Build and package mmctl (#136)

This commit is contained in:
Pierre de La Morinerie
2021-11-08 18:50:47 +01:00
committed by GitHub
parent f3aa038f93
commit cef04b0488
5 changed files with 31 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
package main
import _ "github.com/mattermost/mattermost-server/v6/model"
import _ "github.com/mattermost/mmctl/commands"
func main() { /* dummy file */ }

View File

@@ -3,3 +3,4 @@ module github.com/SmartHoneybee/ubiquitous-memory/dependabot
go 1.16
require github.com/mattermost/mattermost-server/v6 v6.0.2
require github.com/mattermost/mmctl v6.0.0