make deploy reliable using Go (#74)

This commit is contained in:
Jesse Hallam 2019-11-20 18:16:23 -04:00 committed by Ben Schumacher
parent 4d9ee39eb2
commit 8e090661e8
5 changed files with 142 additions and 19 deletions

1
go.mod
View file

@ -5,6 +5,7 @@ go 1.12
require (
github.com/blang/semver v3.6.1+incompatible // indirect
github.com/mattermost/mattermost-server v1.4.1-0.20191016162522-6597fdb40134 // Mattermost Server 5.16.0
github.com/mholt/archiver/v3 v3.3.0
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
)