Imports
- github.com/Masterminds/semver/v3
- github.com/avct/uasurfer
- github.com/blang/semver
- github.com/dgrijalva/jwt-go
- github.com/disintegration/imaging
- github.com/dyatlov/go-opengraph/opengraph
- github.com/getsentry/sentry-go
- github.com/getsentry/sentry-go/http
- github.com/gorilla/handlers
- github.com/gorilla/mux
- github.com/gorilla/websocket
- github.com/h2non/go-is-svg
- github.com/mattermost/mattermost-server/v6/app/email
- github.com/mattermost/mattermost-server/v6/app/featureflag
- github.com/mattermost/mattermost-server/v6/app/imaging
- github.com/mattermost/mattermost-server/v6/app/request
- github.com/mattermost/mattermost-server/v6/app/teams
- github.com/mattermost/mattermost-server/v6/app/users
- github.com/mattermost/mattermost-server/v6/audit
- github.com/mattermost/mattermost-server/v6/config
- github.com/mattermost/mattermost-server/v6/einterfaces
- github.com/mattermost/mattermost-server/v6/einterfaces/jobs
- github.com/mattermost/mattermost-server/v6/jobs
- github.com/mattermost/mattermost-server/v6/jobs/active_users
- github.com/mattermost/mattermost-server/v6/jobs/expirynotify
- github.com/mattermost/mattermost-server/v6/jobs/export_delete
- github.com/mattermost/mattermost-server/v6/jobs/export_process
- github.com/mattermost/mattermost-server/v6/jobs/extract_content
- github.com/mattermost/mattermost-server/v6/jobs/import_delete
- github.com/mattermost/mattermost-server/v6/jobs/import_process
- github.com/mattermost/mattermost-server/v6/jobs/migrations
- github.com/mattermost/mattermost-server/v6/jobs/product_notices
- github.com/mattermost/mattermost-server/v6/jobs/resend_invitation_email
- github.com/mattermost/mattermost-server/v6/model
- github.com/mattermost/mattermost-server/v6/plugin
- github.com/mattermost/mattermost-server/v6/plugin/scheduler
- github.com/mattermost/mattermost-server/v6/services/awsmeter
- github.com/mattermost/mattermost-server/v6/services/cache
- github.com/mattermost/mattermost-server/v6/services/docextractor
- github.com/mattermost/mattermost-server/v6/services/httpservice
- github.com/mattermost/mattermost-server/v6/services/imageproxy
- github.com/mattermost/mattermost-server/v6/services/marketplace
- github.com/mattermost/mattermost-server/v6/services/remotecluster
- github.com/mattermost/mattermost-server/v6/services/searchengine
- github.com/mattermost/mattermost-server/v6/services/searchengine/bleveengine
- github.com/mattermost/mattermost-server/v6/services/searchengine/bleveengine/indexer
- github.com/mattermost/mattermost-server/v6/services/sharedchannel
- github.com/mattermost/mattermost-server/v6/services/slackimport
- github.com/mattermost/mattermost-server/v6/services/telemetry
- github.com/mattermost/mattermost-server/v6/services/timezones
- github.com/mattermost/mattermost-server/v6/services/tracing
- github.com/mattermost/mattermost-server/v6/services/upgrader
- github.com/mattermost/mattermost-server/v6/shared/filestore
- github.com/mattermost/mattermost-server/v6/shared/i18n
- github.com/mattermost/mattermost-server/v6/shared/mail
- github.com/mattermost/mattermost-server/v6/shared/markdown
- github.com/mattermost/mattermost-server/v6/shared/mfa
- github.com/mattermost/mattermost-server/v6/shared/mlog
- github.com/mattermost/mattermost-server/v6/shared/templates
- github.com/mattermost/mattermost-server/v6/store
- github.com/mattermost/mattermost-server/v6/store/localcachelayer
- github.com/mattermost/mattermost-server/v6/store/retrylayer
- github.com/mattermost/mattermost-server/v6/store/searchlayer
- github.com/mattermost/mattermost-server/v6/store/sqlstore
- github.com/mattermost/mattermost-server/v6/store/timerlayer
- github.com/mattermost/mattermost-server/v6/utils
- github.com/mattermost/mattermost-server/v6/utils/fileutils
- github.com/mattermost/mattermost-server/v6/utils/imgutils
- github.com/pkg/errors
- github.com/reflog/dateconstraints
- github.com/rs/cors
- github.com/throttled/throttled
- github.com/throttled/throttled/store/memstore
- github.com/vmihailenco/msgpack/v5
- golang.org/x/crypto/acme/autocert
- golang.org/x/crypto/openpgp
- golang.org/x/crypto/openpgp/armor
- golang.org/x/net/html/charset
- golang.org/x/sync/errgroup
- gopkg.in/yaml.v2
Standard library imports
- archive/tar
- archive/zip
- bufio
- bytes
- compress/gzip
- context
- crypto/ecdsa
- crypto/elliptic
- crypto/md5
- crypto/rand
- crypto/sha1
- crypto/sha256
- crypto/subtle
- crypto/tls
- crypto/x509
- database/sql
- database/sql/driver
- encoding/base64
- encoding/json
- encoding/pem
- encoding/xml
- errors
- fmt
- hash/maphash
- html
- html/template
- image
- image/color/palette
- image/draw
- image/gif
- image/jpeg
- image/png
- io
- io/ioutil
- math
- math/big
- mime/multipart
- net
- net/http
- net/http/pprof
- net/url
- os
- os/exec
- os/user
- path
- path/filepath
- reflect
- regexp
- runtime
- runtime/debug
- sort
- strconv
- strings
- sync
- sync/atomic
- syscall
- time
- unicode
- unicode/utf8