This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../build/go.mod
Jesse Hallam f547011d23
add arm64 support (#155)
* add arm64 support

* arm64s arent exe...

* s/windows/darwin/
2021-06-16 09:38:16 -03:00

11 lines
271 B
Modula-2

module github.com/mattermost/mattermost-plugin-starter-template/build
go 1.12
require (
github.com/go-git/go-git/v5 v5.1.0
github.com/mattermost/mattermost-server/v5 v5.34.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
sigs.k8s.io/yaml v1.2.0
)