3dba5c8fcd
* Upgrading all the server libraries * upgrading dependencies in the mattermost-plugin directory * Executing go generate * Upgrading the linux app * Running go mod tidy everywhere
12 lines
358 B
Modula-2
12 lines
358 B
Modula-2
module github.com/mattermost/focalboard/mattermost-plugin
|
|
|
|
go 1.16
|
|
|
|
replace github.com/mattermost/focalboard/server => ../server
|
|
|
|
require (
|
|
github.com/mattermost/focalboard/server v0.0.0-20220325164658-33557093b00d
|
|
github.com/mattermost/mattermost-plugin-api v0.0.27
|
|
github.com/mattermost/mattermost-server/v6 v6.5.0
|
|
github.com/stretchr/testify v1.7.1
|
|
)
|