Skip to content

Commit

Permalink
MM-26056 Adding slash command execution API (#60)
Browse files Browse the repository at this point in the history
* Adding slash command execution API

* Tidy
  • Loading branch information
crspeller committed Jul 7, 2020
1 parent 50adad2 commit 5b8d13c
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 91 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/mock v1.4.3
github.com/gorilla/mux v1.7.4
github.com/lib/pq v1.5.2
github.com/mattermost/mattermost-server/v5 v5.23.0
github.com/lib/pq v1.7.0
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20200707163103-bebff8156bee
github.com/pkg/errors v0.9.1
github.com/proullon/ramsql v0.0.0-20181213202341-817cee58a244
github.com/rudderlabs/analytics-go v3.2.1+incompatible
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)

0 comments on commit 5b8d13c

Please sign in to comment.