Go modules (#22)

* Move to go modules

* Move go.mod in root directory

* Update Readme

* Remove golang.org/x/tools from go.mod

* Remove go list from targets

* Set go version to 1.12

* Update Makefile

Co-Authored-By: hanzei <16541325+hanzei@users.noreply.github.com>

* Update dependencies

* Fix build
This commit is contained in:
Hanzei 2019-04-10 21:42:33 +02:00 committed by Christopher Speller
parent 05dd2de750
commit fe3553d999
327 changed files with 208 additions and 58246 deletions

View file

@ -3,7 +3,7 @@
This plugin serves as a starting point for writing a Mattermost plugin. Feel free to base your own plugin off this repository.
## Getting Started
Shallow clone the repository to a directory matching your plugin name:
Shallow clone the repository to a directory outside of `$GOPATH` matching your plugin name:
```
git clone --depth 1 https://github.com/mattermost/mattermost-plugin-sample com.example.my-plugin
```