Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Mattermost 5.12 support. Fixes Issue #117
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleedavis committed Jun 16, 2019
1 parent df8fedd commit 872d1b5
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _**A bot that schedules reminders for Mattermost**_

### Installation

_requires Mattermost 5.10 or greater_
_requires Mattermost 5.12 or greater. (For 5.10 & 5.11, use v0.3.3)_

1) Go to the [releases page](https://github.com/scottleedavis/mattermost-plugin-remind/releases) of this GitHub repository and download the latest release for your Mattermost server.
2) Upload this file in the Mattermost System Console > Plugins > Management page to install the plugin. To learn more about how to upload a plugin, see the documentation.
Expand Down
12 changes: 1 addition & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,14 @@ go 1.12

require (
github.com/blang/semver v3.5.1+incompatible
github.com/dyatlov/go-opengraph v0.0.0-20180429202543-816b6608b3c8 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/go-ldap/ldap v3.0.3+incompatible // indirect
github.com/gorilla/mux v1.7.2
github.com/gorilla/websocket v1.4.0 // indirect
github.com/hashicorp/go-plugin v1.0.0 // indirect
github.com/mattermost/mattermost-server v5.11.0+incompatible
github.com/mattermost/mattermost-server v5.12.0+incompatible
github.com/nicksnyder/go-i18n v1.10.0
github.com/pborman/uuid v1.2.0 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
github.com/tkuchiki/go-timezone v0.1.3
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
Loading

0 comments on commit 872d1b5

Please sign in to comment.