2021-01-26 23:13:46 +01:00
|
|
|
module github.com/mattermost/focalboard/server
|
2020-10-16 19:12:53 +02:00
|
|
|
|
2021-05-26 12:34:42 +02:00
|
|
|
go 1.16
|
2020-10-16 19:12:53 +02:00
|
|
|
|
|
|
|
require (
|
2021-03-26 11:44:46 +01:00
|
|
|
github.com/Masterminds/squirrel v1.5.0
|
2021-08-24 12:13:58 +02:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2021-03-26 11:44:46 +01:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.14.1
|
|
|
|
github.com/golang/mock v1.5.0
|
2020-10-16 19:12:53 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-08-24 12:13:58 +02:00
|
|
|
github.com/lib/pq v1.10.2
|
2021-03-26 11:44:46 +01:00
|
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
2021-11-11 17:01:43 +01:00
|
|
|
github.com/mattermost/mattermost-plugin-api v0.0.21
|
2021-09-15 15:01:05 +02:00
|
|
|
github.com/mattermost/mattermost-server/v6 v6.0.0-20210913141218-bb659d03fde0
|
2020-10-16 20:16:52 +02:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2021-03-26 11:44:46 +01:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
2021-05-18 16:12:51 +02:00
|
|
|
github.com/oklog/run v1.1.0
|
2020-11-06 16:46:35 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-08-24 12:13:58 +02:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-03-26 11:44:46 +01:00
|
|
|
github.com/rudderlabs/analytics-go v3.3.1+incompatible
|
2022-01-05 22:11:58 +01:00
|
|
|
github.com/sergi/go-diff v1.0.0
|
2021-03-26 11:44:46 +01:00
|
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2020-10-16 19:12:53 +02:00
|
|
|
github.com/spf13/viper v1.7.1
|
2021-03-26 11:44:46 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-13 21:36:36 +02:00
|
|
|
github.com/wiggin77/merror v1.0.3
|
2021-08-24 12:13:58 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
|
2021-03-26 11:44:46 +01:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2020-10-16 19:12:53 +02:00
|
|
|
)
|