module github.com/mattermost/focalboard/server go 1.15 require ( github.com/Masterminds/squirrel v1.4.0 github.com/golang-migrate/migrate/v4 v4.13.0 github.com/golang/mock v1.4.4 github.com/google/uuid v1.1.1 github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.4.2 github.com/kr/pretty v0.2.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/lib/pq v1.8.0 github.com/mattermost/mattermost-server/v5 v5.28.0 github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/pkg/errors v0.9.1 github.com/rudderlabs/analytics-go v3.2.1+incompatible github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.6.1 go.uber.org/zap v1.15.0 golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de golang.org/x/tools v0.0.0-20201017001424-6003fad69a88 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect )