Skip to content

Commit

Permalink
update mmctl version to 6.1.0 and sync vendor (#406)
Browse files Browse the repository at this point in the history
* update mmctl version to 6.1.0 and sync vendor
  • Loading branch information
Carlos Tadeu Panato Junior committed Nov 24, 2021
1 parent 025ed34 commit 39ba825
Show file tree
Hide file tree
Showing 1,234 changed files with 41,337 additions and 26,454 deletions.
2 changes: 1 addition & 1 deletion commands/team_users_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (s *MmctlE2ETestSuite) TestTeamUserAddCmd() {
if teamMember == nil {
return nil
}
return s.th.App.RemoveTeamMemberFromTeam(s.th.Context, teamMember, s.th.SystemAdminUser.Id)
return s.th.App.RemoveUserFromTeam(s.th.Context, teamId, teamMember.UserId, s.th.SystemAdminUser.Id)
}

s.RunForSystemAdminAndLocal("Add user to team", func(c client.Client) {
Expand Down
2 changes: 1 addition & 1 deletion commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

var (
BuildHash = "dev mode"
Version = "6.0.0"
Version = "6.1.0"
)

var VersionCmd = &cobra.Command{
Expand Down
20 changes: 8 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
module github.com/mattermost/mmctl

go 1.13
go 1.16

require (
github.com/fatih/color v1.12.0
github.com/golang/mock v1.4.4
github.com/corpix/uarand v0.1.1 // indirect
github.com/fatih/color v1.13.0
github.com/golang/mock v1.6.0
github.com/gorilla/handlers v1.5.1
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/memberlist v0.2.4
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/isacikgoz/prompt v0.1.0
github.com/magefile/mage v1.11.0
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattermost/gosaml2 v0.3.3
github.com/mattermost/ldap v0.0.0-20201202150706-ee0e6284187d
github.com/mattermost/mattermost-server/v6 v6.0.2
github.com/mattermost/mattermost-server/v6 v6.1.0
github.com/mattermost/rsc v0.0.0-20160330161541-bbaefb05eaa0
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tylerb/graceful v1.2.15
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
gopkg.in/olivere/elastic.v6 v6.2.35
gopkg.in/olivere/elastic.v6 v6.2.37
)
724 changes: 478 additions & 246 deletions go.sum

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions vendor/code.sajari.com/docconv/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 29 additions & 12 deletions vendor/code.sajari.com/docconv/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/code.sajari.com/docconv/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/code.sajari.com/docconv/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion vendor/github.com/PuerkitoBio/goquery/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/PuerkitoBio/goquery/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions vendor/github.com/PuerkitoBio/goquery/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/RoaringBitmap/roaring/arraycontainer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 1 addition & 21 deletions vendor/github.com/RoaringBitmap/roaring/fastaggregation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions vendor/github.com/RoaringBitmap/roaring/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 0 additions & 51 deletions vendor/github.com/RoaringBitmap/roaring/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39ba825

Please sign in to comment.