Imports
- github.com/golang-jwt/jwt/v5
- github.com/gorilla/handlers
- github.com/gorilla/mux
- github.com/gorilla/websocket
- github.com/mattermost/mattermost/server/public/model
- github.com/mattermost/mattermost/server/public/plugin
- github.com/mattermost/mattermost/server/public/shared/i18n
- github.com/mattermost/mattermost/server/public/shared/mlog
- github.com/mattermost/mattermost/server/public/shared/request
- github.com/mattermost/mattermost/server/public/utils
- github.com/mattermost/mattermost/server/v8/channels/app/featureflag
- github.com/mattermost/mattermost/server/v8/channels/jobs
- github.com/mattermost/mattermost/server/v8/channels/store
- github.com/mattermost/mattermost/server/v8/channels/store/localcachelayer
- github.com/mattermost/mattermost/server/v8/channels/store/retrylayer
- github.com/mattermost/mattermost/server/v8/channels/store/searchlayer
- github.com/mattermost/mattermost/server/v8/channels/store/sqlstore
- github.com/mattermost/mattermost/server/v8/channels/store/timerlayer
- github.com/mattermost/mattermost/server/v8/channels/utils
- github.com/mattermost/mattermost/server/v8/config
- github.com/mattermost/mattermost/server/v8/einterfaces
- github.com/mattermost/mattermost/server/v8/platform/services/cache
- github.com/mattermost/mattermost/server/v8/platform/services/searchengine
- github.com/mattermost/mattermost/server/v8/platform/services/searchengine/bleveengine
- github.com/mattermost/mattermost/server/v8/platform/services/sharedchannel
- github.com/mattermost/mattermost/server/v8/platform/shared/filestore
- github.com/pkg/errors
- github.com/vmihailenco/msgpack/v5
Standard library imports
- bytes
- context
- crypto/ecdsa
- crypto/elliptic
- crypto/md5
- crypto/rand
- crypto/sha256
- crypto/tls
- crypto/x509
- encoding/base64
- encoding/json
- errors
- fmt
- hash/maphash
- io
- maps
- net
- net/http
- net/http/pprof
- os
- path
- reflect
- runtime
- runtime/debug
- runtime/pprof
- slices
- strconv
- strings
- sync
- sync/atomic
- text/template
- time