MM-21722 - Repository synchronization tool (#86)

This commit is contained in:
Domas Monkus 2020-09-13 16:30:09 +03:00 committed by GitHub
parent 4e7a2d3734
commit 0688e8df4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1589 additions and 0 deletions

2
go.mod
View file

@ -6,4 +6,6 @@ require (
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20200723144633-ed34468996e6
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
gopkg.in/src-d/go-git.v4 v4.13.1
sigs.k8s.io/yaml v1.2.0
)