Newer
Older
bathroom-plugin / mattermost / server / setup.sh
#! /usr/bin/env bash

go get -u github.com/mattermost/mattermost/server/v8
go get -u golang.org/x/sys/...
go get -u github.com/fsnotify/fsnotify
go get -u github.com/pkg/errors
go get -u github.com/google/go-cmp/cmp
go get -u github.com/fatih/structs
go get -u github.com/hashicorp/go-multierror
go get -u github.com/kr/pretty