c734cfb8d1
* Adding support for patch blocks * Adding some improvements * Adding api integration test for patch * Adding SQL store tests * Regenerating autogenerated code * Fix linter errors * Remove wrong update of the swagger file * Update server/model/block.go Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com> * Fix gofmt Co-authored-by: Miguel de la Cruz <mgdelacroix@gmail.com>
8 lines
164 B
Modula-2
8 lines
164 B
Modula-2
module github.com/mattermost/focalboard/server
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/mock v1.6.0
|
|
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
|
|
)
|