Skip to content

Commit

Permalink
update mmctl to 6.2.3 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosoik committed Feb 3, 2022
1 parent 229d40a commit 5c89b4c
Show file tree
Hide file tree
Showing 12 changed files with 104 additions and 78 deletions.
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.2.2"
Version = "6.2.3"
)

var VersionCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/magefile/mage v1.11.0
github.com/mattermost/gosaml2 v0.3.3
github.com/mattermost/ldap v0.0.0-20201202150706-ee0e6284187d
github.com/mattermost/mattermost-server/v6 v6.2.2-0.20211217224034-b97dd503c1d4
github.com/mattermost/mattermost-server/v6 v6.2.3
github.com/mattermost/rsc v0.0.0-20160330161541-bbaefb05eaa0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -781,8 +781,8 @@ github.com/mattermost/ldap v0.0.0-20201202150706-ee0e6284187d h1:/RJ/UV7M5c7L2TQ
github.com/mattermost/ldap v0.0.0-20201202150706-ee0e6284187d/go.mod h1:HLbgMEI5K131jpxGazJ97AxfPDt31osq36YS1oxFQPQ=
github.com/mattermost/logr/v2 v2.0.15 h1:+WNbGcsc3dBao65eXlceB6dTILNJRIrvubnsTl3zBew=
github.com/mattermost/logr/v2 v2.0.15/go.mod h1:mpPp935r5dIkFDo2y9Q87cQWhFR/4xXpNh0k/y8Hmwg=
github.com/mattermost/mattermost-server/v6 v6.2.2-0.20211217224034-b97dd503c1d4 h1:kmVqPzweS9+G0+xvlbI6udl5gav0YjfLoqkkHCoWXKQ=
github.com/mattermost/mattermost-server/v6 v6.2.2-0.20211217224034-b97dd503c1d4/go.mod h1:VH26NcOr3xgkSBAvh4q+9+RoBD/M9gYO2F1PISq9KMw=
github.com/mattermost/mattermost-server/v6 v6.2.3 h1:W+DJU+uP3VJmYVCmOwtZ4MwHE2d6xYCt4QZ5LfCFuG4=
github.com/mattermost/mattermost-server/v6 v6.2.3/go.mod h1:VH26NcOr3xgkSBAvh4q+9+RoBD/M9gYO2F1PISq9KMw=
github.com/mattermost/rsc v0.0.0-20160330161541-bbaefb05eaa0 h1:G9tL6JXRBMzjuD1kkBtcnd42kUiT6QDwxfFYu7adM6o=
github.com/mattermost/rsc v0.0.0-20160330161541-bbaefb05eaa0/go.mod h1:nV5bfVpT//+B1RPD2JvRnxbkLmJEYXmRaaVl15fsXjs=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
Expand Down

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

87 changes: 45 additions & 42 deletions vendor/github.com/mattermost/mattermost-server/v6/app/channel.go

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

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

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

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

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

38 changes: 20 additions & 18 deletions vendor/github.com/mattermost/mattermost-server/v6/web/handlers.go

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

9 changes: 9 additions & 0 deletions vendor/github.com/mattermost/mattermost-server/v6/web/saml.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ github.com/mattermost/logr/v2
github.com/mattermost/logr/v2/config
github.com/mattermost/logr/v2/formatters
github.com/mattermost/logr/v2/targets
# github.com/mattermost/mattermost-server/v6 v6.2.2-0.20211217224034-b97dd503c1d4
# github.com/mattermost/mattermost-server/v6 v6.2.3
## explicit
github.com/mattermost/mattermost-server/v6/api4
github.com/mattermost/mattermost-server/v6/app
Expand Down

0 comments on commit 5c89b4c

Please sign in to comment.