MM-21722 - Repository synchronization tool (#86)
This commit is contained in:
parent
4e7a2d3734
commit
0688e8df4c
18 changed files with 1589 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Reference in a new issue