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
42 lines
1.7 KiB
Modula-2
42 lines
1.7 KiB
Modula-2
module github.com/mattermost/focalboard/server
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/squirrel v1.5.2
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/golang/mock v1.6.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/hashicorp/go-hclog v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.15.1 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
github.com/krolaw/zipstream v0.0.0-20180621105154-0a2661891f94
|
|
github.com/lib/pq v1.10.4
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/mattermost/mattermost-plugin-api v0.0.27
|
|
github.com/mattermost/mattermost-server/v6 v6.5.0
|
|
github.com/mattermost/morph v0.0.0-20220324143723-e4896385ec60
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/minio/minio-go/v7 v7.0.23 // indirect
|
|
github.com/oklog/run v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/rs/xid v1.4.0 // indirect
|
|
github.com/rudderlabs/analytics-go v3.3.2+incompatible
|
|
github.com/sergi/go-diff v1.2.0
|
|
github.com/spf13/afero v1.8.2 // indirect
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/wiggin77/merror v1.0.3
|
|
github.com/yuin/goldmark v1.4.11 // indirect
|
|
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
|
|
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
|
|
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
|
|
golang.org/x/tools v0.1.10 // indirect
|
|
google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
|
lukechampine.com/uint128 v1.2.0 // indirect
|
|
modernc.org/sqlite v1.15.3 // indirect
|
|
)
|