1
0
silverbullet/mattermost-plugin/go.mod

10 lines
197 B
Modula-2
Raw Normal View History

2022-07-22 11:44:45 +00:00
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
)