mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
9 lines
178 B
Modula-2
9 lines
178 B
Modula-2
module github.com/mattermost/mattermost-octo-tasks/server
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/mock v1.4.4
|
|
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
|
|
)
|