Removed trailing slash from site url. (#120)

* Removed trailing slash from site url.

* Reverted trimming of the URL. Updated reference in the build's go.mod to use specific commit in mattermost-server that contains fix for trailing slashes on the site url.

Co-authored-by: jshields <jshields@caci.com>
This commit is contained in:
Jared Shields 2020-09-28 08:59:39 -04:00 committed by GitHub
parent 2dffc39e61
commit a09b4949fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 186 additions and 42 deletions

View file

@ -3,7 +3,7 @@ module github.com/mattermost/mattermost-plugin-starter-template/build
go 1.12
require (
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20200723144633-ed34468996e6
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20200924100636-e726b0426826
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
gopkg.in/src-d/go-git.v4 v4.13.1