focalboard/server/go.tools.mod
Carlos Tadeu Panato Junior 36acff4476
Add GitLab ci to build internally and bump go to 1.16 (#468)
* update go to 1.16

* add gitlab ci to build focalboard
2021-05-26 12:34:42 +02:00

9 lines
164 B
Modula-2

module github.com/mattermost/focalboard/server
go 1.16
require (
github.com/golang/mock v1.5.0
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
)