Skip to content

Commit

Permalink
update mmctl to 6.1.2 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Tadeu Panato Junior committed Dec 20, 2021
1 parent 831bef6 commit aa4c068
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 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.1.1"
Version = "6.1.2"
)

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.1.1-0.20211123083306-e464e4fb6222
github.com/mattermost/mattermost-server/v6 v6.1.1
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.1.1-0.20211123083306-e464e4fb6222 h1:KYAXPYrGCEGA9+bYa1sMWtzgEiGl7Wt/3UVv+qlm3qk=
github.com/mattermost/mattermost-server/v6 v6.1.1-0.20211123083306-e464e4fb6222/go.mod h1:VH26NcOr3xgkSBAvh4q+9+RoBD/M9gYO2F1PISq9KMw=
github.com/mattermost/mattermost-server/v6 v6.1.1 h1:ZU4rCMCE3ic5sVa1OSIlebzI9iKkT2LpFJ6kWW1xrx8=
github.com/mattermost/mattermost-server/v6 v6.1.1/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
13 changes: 5 additions & 8 deletions vendor/github.com/mattermost/mattermost-server/v6/app/file.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.

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.1.1-0.20211123083306-e464e4fb6222
# github.com/mattermost/mattermost-server/v6 v6.1.1
## explicit
github.com/mattermost/mattermost-server/v6/api4
github.com/mattermost/mattermost-server/v6/app
Expand Down

0 comments on commit aa4c068

Please sign in to comment.