Skip to content

Commit

Permalink
Extend /dialog command to demonstrate generic error message in intera…
Browse files Browse the repository at this point in the history
…ctive dialog
  • Loading branch information
hanzei committed Sep 11, 2019
1 parent 8b1822d commit e1377f8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 63 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ go 1.12

require (
github.com/blang/semver v3.6.1+incompatible
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/mattermost/mattermost-server v1.4.1-0.20190911153151-98489b9e67d9
github.com/minio/minio-go v0.0.0-20190422205105-a8704b60278f // indirect
github.com/mattermost/mattermost-server v0.0.0-20190911153551-9c3fc4ab9f30
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
)

// Workaround for https://github.com/golang/go/issues/30831 and fallout.
replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8f45f776aaf1
replace (
git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
// Workaround for https://github.com/golang/go/issues/30831 and fallout.
github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8f45f776aaf1
)
Loading

0 comments on commit e1377f8

Please sign in to comment.