2020-10-16 19:12:53 +02:00
|
|
|
module github.com/mattermost/mattermost-octo-tasks/server
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-10-20 20:00:46 +02:00
|
|
|
github.com/Masterminds/squirrel v1.4.0
|
2020-11-06 16:46:35 +01:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-10-19 14:55:20 +02:00
|
|
|
github.com/go-ldap/ldap v3.0.3+incompatible // indirect
|
2020-10-18 01:09:12 +02:00
|
|
|
github.com/golang-migrate/migrate v3.5.4+incompatible
|
2020-10-16 22:26:47 +02:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.13.0
|
2020-10-29 21:09:02 +01:00
|
|
|
github.com/golang/gddo v0.0.0-20200831202555-721e228c7686
|
2020-10-21 09:56:03 +02:00
|
|
|
github.com/golang/mock v1.4.4
|
2020-10-19 14:55:20 +02:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-10-16 19:12:53 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-10-18 01:09:12 +02:00
|
|
|
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
|
2020-10-17 20:48:54 +02:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2020-10-16 19:12:53 +02:00
|
|
|
github.com/lib/pq v1.8.0
|
2020-10-19 14:55:20 +02:00
|
|
|
github.com/mattermost/mattermost-server v5.11.1+incompatible
|
2020-10-16 20:16:52 +02:00
|
|
|
github.com/mattermost/mattermost-server/v5 v5.28.0
|
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-10-19 14:55:20 +02:00
|
|
|
github.com/nicksnyder/go-i18n v1.10.1 // indirect
|
2020-10-17 20:48:54 +02:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2020-11-06 16:46:35 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-10-19 14:55:20 +02:00
|
|
|
github.com/rudderlabs/analytics-go v3.2.1+incompatible
|
2020-10-16 19:12:53 +02:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-10-18 01:09:12 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-10-19 14:55:20 +02:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-11-06 16:46:35 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
2020-10-18 01:09:12 +02:00
|
|
|
golang.org/x/tools v0.0.0-20201017001424-6003fad69a88 // indirect
|
2020-10-19 14:55:20 +02:00
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
2020-10-17 20:48:54 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2020-10-16 19:12:53 +02:00
|
|
|
)
|