Imports
- github.com/avct/uasurfer
- github.com/blang/semver
- github.com/disintegration/imaging
- github.com/dyatlov/go-opengraph/opengraph
- github.com/getsentry/sentry-go
- github.com/getsentry/sentry-go/http
- github.com/golang/freetype
- github.com/golang/freetype/truetype
- github.com/gorilla/mux
- github.com/gorilla/websocket
- github.com/h2non/go-is-svg
- github.com/hashicorp/go-multierror
- github.com/mattermost/go-i18n/i18n
- github.com/mattermost/mattermost-server/v5/audit
- github.com/mattermost/mattermost-server/v5/config
- github.com/mattermost/mattermost-server/v5/einterfaces
- github.com/mattermost/mattermost-server/v5/einterfaces/jobs
- github.com/mattermost/mattermost-server/v5/jobs
- github.com/mattermost/mattermost-server/v5/jobs/interfaces
- github.com/mattermost/mattermost-server/v5/mlog
- github.com/mattermost/mattermost-server/v5/model
- github.com/mattermost/mattermost-server/v5/plugin
- github.com/mattermost/mattermost-server/v5/services/cache
- github.com/mattermost/mattermost-server/v5/services/filesstore
- github.com/mattermost/mattermost-server/v5/services/httpservice
- github.com/mattermost/mattermost-server/v5/services/imageproxy
- github.com/mattermost/mattermost-server/v5/services/mailservice
- github.com/mattermost/mattermost-server/v5/services/marketplace
- github.com/mattermost/mattermost-server/v5/services/mfa
- github.com/mattermost/mattermost-server/v5/services/searchengine
- github.com/mattermost/mattermost-server/v5/services/searchengine/bleveengine
- github.com/mattermost/mattermost-server/v5/services/timezones
- github.com/mattermost/mattermost-server/v5/services/tracing
- github.com/mattermost/mattermost-server/v5/store
- github.com/mattermost/mattermost-server/v5/store/localcachelayer
- github.com/mattermost/mattermost-server/v5/store/searchlayer
- github.com/mattermost/mattermost-server/v5/store/sqlstore
- github.com/mattermost/mattermost-server/v5/store/timerlayer
- github.com/mattermost/mattermost-server/v5/utils
- github.com/mattermost/mattermost-server/v5/utils/fileutils
- github.com/mattermost/mattermost-server/v5/utils/imgutils
- github.com/mattermost/mattermost-server/v5/utils/markdown
- github.com/oov/psd
- github.com/pkg/errors
- github.com/rs/cors
- github.com/rudderlabs/analytics-go
- github.com/rwcarlsen/goexif/exif
- github.com/throttled/throttled
- github.com/throttled/throttled/store/memstore
- golang.org/x/crypto/acme/autocert
- golang.org/x/crypto/openpgp
- golang.org/x/crypto/openpgp/armor
- golang.org/x/image/bmp
- golang.org/x/image/tiff
- golang.org/x/net/html/charset
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/tls
- crypto/x509
- encoding/base64
- encoding/json
- encoding/pem
- encoding/xml
- errors
- fmt
- hash/fnv
- hash/maphash
- html
- html/template
- image
- image/color
- image/color/palette
- image/draw
- image/gif
- image/jpeg
- image/png
- io
- io/ioutil
- math
- math/rand
- mime/multipart
- net
- net/http
- net/url
- os
- os/user
- path
- path/filepath
- reflect
- regexp
- runtime
- runtime/debug
- sort
- strconv
- strings
- sync
- sync/atomic
- time
- unicode
- unicode/utf8