Mattermost plugin first commit

This commit is contained in:
Zef Hemel
2022-07-22 13:44:45 +02:00
parent 65234e17dd
commit 88121da341
21 changed files with 2796 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
module github.com/zefhemel/mattermost-silverbullet-plugin
go 1.16
require (
github.com/mattermost/mattermost-server/v6 v6.2.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
)