Various tooling improvements from other plugins (#96)

This commit is contained in:
Jesse Hallam 2020-06-22 12:21:37 -03:00 committed by GitHub
parent c557d38b4d
commit a49d6f6dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 693 additions and 201 deletions

1
go.mod
View file

@ -4,7 +4,6 @@ go 1.12
require (
github.com/mattermost/mattermost-server/v5 v5.20.0
github.com/mholt/archiver/v3 v3.3.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
)